Tsetup 1.3__tar.gz → 1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tsetup
3
- Version: 1.3
3
+ Version: 1.4
4
4
  Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
@@ -65,14 +65,11 @@ This tool automatically installs essential packages, programming tools, and game
65
65
  ## 🚀 Installation
66
66
 
67
67
  ```bash
68
- git clone https://github.com/mrtan-official/setup-tool.git
69
- cd setup-tool
70
- python setup.py
68
+ pip install Tsetup
71
69
  ▶️ Usage
72
70
 
73
71
  Run the tool:
74
-
75
- python setup.py
72
+ Tsetup
76
73
 
77
74
  Then select option:
78
75
 
@@ -91,15 +88,9 @@ Some packages may require storage permission
91
88
  Mr Tan
92
89
 
93
90
  GitHub: https://github.com/mrtan-official
94
- Facebook: http://www.facebook.com/abutanim.chowdury
91
+ Facebook: http://www.facebook.com/MrT4N.Official
95
92
  🔥 Warning
96
93
 
97
94
  This tool installs system packages automatically using pkg and pip.
98
95
  Use carefully in Termux environment only.
99
-
100
- 💡 Future Updates
101
- GUI version (Streamlit / Web UI)
102
- Faster installer engine
103
- Custom package selection menu
104
-
105
96
  ---
@@ -49,14 +49,11 @@ This tool automatically installs essential packages, programming tools, and game
49
49
  ## 🚀 Installation
50
50
 
51
51
  ```bash
52
- git clone https://github.com/mrtan-official/setup-tool.git
53
- cd setup-tool
54
- python setup.py
52
+ pip install Tsetup
55
53
  ▶️ Usage
56
54
 
57
55
  Run the tool:
58
-
59
- python setup.py
56
+ Tsetup
60
57
 
61
58
  Then select option:
62
59
 
@@ -75,15 +72,9 @@ Some packages may require storage permission
75
72
  Mr Tan
76
73
 
77
74
  GitHub: https://github.com/mrtan-official
78
- Facebook: http://www.facebook.com/abutanim.chowdury
75
+ Facebook: http://www.facebook.com/MrT4N.Official
79
76
  🔥 Warning
80
77
 
81
78
  This tool installs system packages automatically using pkg and pip.
82
79
  Use carefully in Termux environment only.
83
-
84
- 💡 Future Updates
85
- GUI version (Streamlit / Web UI)
86
- Faster installer engine
87
- Custom package selection menu
88
-
89
80
  ---
@@ -65,7 +65,7 @@ logo = ("""[light_green]
65
65
  // | // | | / / // | |
66
66
  // |// | | / / // | |
67
67
  [b dark_sea_green2]setup tool
68
- [bold cyan]V[white]=[bold yellow]1.1[light_green]
68
+ [bold cyan]V[white]=[bold yellow]1.4[light_green]
69
69
  """)
70
70
 
71
71
  def space():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tsetup
3
- Version: 1.3
3
+ Version: 1.4
4
4
  Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
6
  License: Custom License
@@ -65,14 +65,11 @@ This tool automatically installs essential packages, programming tools, and game
65
65
  ## 🚀 Installation
66
66
 
67
67
  ```bash
68
- git clone https://github.com/mrtan-official/setup-tool.git
69
- cd setup-tool
70
- python setup.py
68
+ pip install Tsetup
71
69
  ▶️ Usage
72
70
 
73
71
  Run the tool:
74
-
75
- python setup.py
72
+ Tsetup
76
73
 
77
74
  Then select option:
78
75
 
@@ -91,15 +88,9 @@ Some packages may require storage permission
91
88
  Mr Tan
92
89
 
93
90
  GitHub: https://github.com/mrtan-official
94
- Facebook: http://www.facebook.com/abutanim.chowdury
91
+ Facebook: http://www.facebook.com/MrT4N.Official
95
92
  🔥 Warning
96
93
 
97
94
  This tool installs system packages automatically using pkg and pip.
98
95
  Use carefully in Termux environment only.
99
-
100
- 💡 Future Updates
101
- GUI version (Streamlit / Web UI)
102
- Faster installer engine
103
- Custom package selection menu
104
-
105
96
  ---
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Tsetup"
7
- version = "1.3"
7
+ version = "1.4"
8
8
  authors = [
9
9
  { name="Abu Tanim", email="mrtanvai@gmail.com" },
10
10
  ]
File without changes
File without changes
File without changes
File without changes
File without changes