Tsetup 1.2__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.
- {tsetup-1.2 → tsetup-1.4}/PKG-INFO +4 -13
- {tsetup-1.2 → tsetup-1.4}/README.md +3 -12
- {tsetup-1.2 → tsetup-1.4}/T_setup/setup.py +1 -1
- {tsetup-1.2 → tsetup-1.4}/Tsetup.egg-info/PKG-INFO +4 -13
- tsetup-1.4/Tsetup.egg-info/entry_points.txt +2 -0
- {tsetup-1.2 → tsetup-1.4}/pyproject.toml +2 -2
- tsetup-1.2/Tsetup.egg-info/entry_points.txt +0 -2
- {tsetup-1.2 → tsetup-1.4}/T_setup/__init__.py +0 -0
- {tsetup-1.2 → tsetup-1.4}/Tsetup.egg-info/SOURCES.txt +0 -0
- {tsetup-1.2 → tsetup-1.4}/Tsetup.egg-info/dependency_links.txt +0 -0
- {tsetup-1.2 → tsetup-1.4}/Tsetup.egg-info/requires.txt +0 -0
- {tsetup-1.2 → tsetup-1.4}/Tsetup.egg-info/top_level.txt +0 -0
- {tsetup-1.2 → tsetup-1.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Tsetup
|
|
3
|
-
Version: 1.
|
|
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
|
-
|
|
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/
|
|
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
|
-
|
|
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/
|
|
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
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Tsetup
|
|
3
|
-
Version: 1.
|
|
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
|
-
|
|
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/
|
|
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.
|
|
7
|
+
version = "1.4"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Abu Tanim", email="mrtanvai@gmail.com" },
|
|
10
10
|
]
|
|
@@ -35,4 +35,4 @@ where = ["."]
|
|
|
35
35
|
include = ["T_setup*"]
|
|
36
36
|
|
|
37
37
|
[project.scripts]
|
|
38
|
-
|
|
38
|
+
Tsetup = "T_setup.setup:main"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|