Tsetup 1.0__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.0/PKG-INFO +105 -0
- tsetup-1.0/README.md +89 -0
- tsetup-1.0/T_setup/__init__.py +1 -0
- tsetup-1.0/T_setup/setup.py +241 -0
- tsetup-1.0/Tsetup.egg-info/PKG-INFO +105 -0
- tsetup-1.0/Tsetup.egg-info/SOURCES.txt +10 -0
- tsetup-1.0/Tsetup.egg-info/dependency_links.txt +1 -0
- tsetup-1.0/Tsetup.egg-info/entry_points.txt +2 -0
- tsetup-1.0/Tsetup.egg-info/requires.txt +4 -0
- tsetup-1.0/Tsetup.egg-info/top_level.txt +1 -0
- tsetup-1.0/pyproject.toml +38 -0
- tsetup-1.0/setup.cfg +4 -0
tsetup-1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Tsetup
|
|
3
|
+
Version: 1.0
|
|
4
|
+
Summary: An automation and network scanning utility tool.
|
|
5
|
+
Author-email: Abu Tanim <mrtanvai@gmail.com>
|
|
6
|
+
License: Custom License
|
|
7
|
+
Project-URL: Homepage, https://github.com/mrtan-official/T-setup
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
+
Requires-Python: >=3.13
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: requests
|
|
13
|
+
Requires-Dist: rich
|
|
14
|
+
Requires-Dist: httpx
|
|
15
|
+
Requires-Dist: beautifulsoup4
|
|
16
|
+
|
|
17
|
+
# โ๏ธ Mr Tan Setup Tool (Termux Automation)
|
|
18
|
+
|
|
19
|
+
A powerful **Termux setup automation tool** built in Python by **Mr Tan**.
|
|
20
|
+
This tool automatically installs essential packages, programming tools, and game utilities in one click.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## ๐ Features
|
|
25
|
+
|
|
26
|
+
- โก One-click Termux full environment setup
|
|
27
|
+
- ๐ง Auto install of development tools
|
|
28
|
+
- ๐ฎ Game packages installer
|
|
29
|
+
- ๐ฆ Python dependency auto installer
|
|
30
|
+
- ๐ ๏ธ Security & networking tools setup
|
|
31
|
+
- ๐จ Interactive Rich CLI interface
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## ๐ฆ What It Installs
|
|
36
|
+
|
|
37
|
+
### ๐ง System Tools
|
|
38
|
+
- python, clang, git, wget, curl
|
|
39
|
+
- openssh, zip/unzip, php, ruby
|
|
40
|
+
- nmap, sslscan, openssl
|
|
41
|
+
- proot-distro, termux-api
|
|
42
|
+
|
|
43
|
+
### ๐ Python Packages
|
|
44
|
+
- requests, rich, httpx, bs4
|
|
45
|
+
- mechanize, colorama
|
|
46
|
+
- gtts, phonenumbers, wikipedia
|
|
47
|
+
- pytube, pillow, piexif
|
|
48
|
+
- pyTelegramBotAPI
|
|
49
|
+
|
|
50
|
+
### ๐ฎ Game Packages
|
|
51
|
+
- ninvaders
|
|
52
|
+
- nudoku
|
|
53
|
+
- bastet
|
|
54
|
+
- sl (steam locomotive fun)
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## ๐ฑ Requirements
|
|
59
|
+
|
|
60
|
+
- Termux (Android)
|
|
61
|
+
- Internet connection
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## ๐ Installation
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
git clone https://github.com/mrtan-official/setup-tool.git
|
|
69
|
+
cd setup-tool
|
|
70
|
+
python setup.py
|
|
71
|
+
โถ๏ธ Usage
|
|
72
|
+
|
|
73
|
+
Run the tool:
|
|
74
|
+
|
|
75
|
+
python setup.py
|
|
76
|
+
|
|
77
|
+
Then select option:
|
|
78
|
+
|
|
79
|
+
A โ Full Setup
|
|
80
|
+
B โ Game Setup
|
|
81
|
+
C โ Contact Admin
|
|
82
|
+
D โ Exit
|
|
83
|
+
โ ๏ธ Disclaimer
|
|
84
|
+
|
|
85
|
+
This tool is made for educational and personal setup purposes only.
|
|
86
|
+
|
|
87
|
+
Do not use for illegal activities
|
|
88
|
+
Some packages may require storage permission
|
|
89
|
+
๐จโ๐ป Author
|
|
90
|
+
|
|
91
|
+
Mr Tan
|
|
92
|
+
|
|
93
|
+
GitHub: https://github.com/mrtan-official
|
|
94
|
+
Facebook: http://www.facebook.com/abutanim.chowdury
|
|
95
|
+
๐ฅ Warning
|
|
96
|
+
|
|
97
|
+
This tool installs system packages automatically using pkg and pip.
|
|
98
|
+
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
|
+
---
|
tsetup-1.0/README.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# โ๏ธ Mr Tan Setup Tool (Termux Automation)
|
|
2
|
+
|
|
3
|
+
A powerful **Termux setup automation tool** built in Python by **Mr Tan**.
|
|
4
|
+
This tool automatically installs essential packages, programming tools, and game utilities in one click.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## ๐ Features
|
|
9
|
+
|
|
10
|
+
- โก One-click Termux full environment setup
|
|
11
|
+
- ๐ง Auto install of development tools
|
|
12
|
+
- ๐ฎ Game packages installer
|
|
13
|
+
- ๐ฆ Python dependency auto installer
|
|
14
|
+
- ๐ ๏ธ Security & networking tools setup
|
|
15
|
+
- ๐จ Interactive Rich CLI interface
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## ๐ฆ What It Installs
|
|
20
|
+
|
|
21
|
+
### ๐ง System Tools
|
|
22
|
+
- python, clang, git, wget, curl
|
|
23
|
+
- openssh, zip/unzip, php, ruby
|
|
24
|
+
- nmap, sslscan, openssl
|
|
25
|
+
- proot-distro, termux-api
|
|
26
|
+
|
|
27
|
+
### ๐ Python Packages
|
|
28
|
+
- requests, rich, httpx, bs4
|
|
29
|
+
- mechanize, colorama
|
|
30
|
+
- gtts, phonenumbers, wikipedia
|
|
31
|
+
- pytube, pillow, piexif
|
|
32
|
+
- pyTelegramBotAPI
|
|
33
|
+
|
|
34
|
+
### ๐ฎ Game Packages
|
|
35
|
+
- ninvaders
|
|
36
|
+
- nudoku
|
|
37
|
+
- bastet
|
|
38
|
+
- sl (steam locomotive fun)
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## ๐ฑ Requirements
|
|
43
|
+
|
|
44
|
+
- Termux (Android)
|
|
45
|
+
- Internet connection
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## ๐ Installation
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
git clone https://github.com/mrtan-official/setup-tool.git
|
|
53
|
+
cd setup-tool
|
|
54
|
+
python setup.py
|
|
55
|
+
โถ๏ธ Usage
|
|
56
|
+
|
|
57
|
+
Run the tool:
|
|
58
|
+
|
|
59
|
+
python setup.py
|
|
60
|
+
|
|
61
|
+
Then select option:
|
|
62
|
+
|
|
63
|
+
A โ Full Setup
|
|
64
|
+
B โ Game Setup
|
|
65
|
+
C โ Contact Admin
|
|
66
|
+
D โ Exit
|
|
67
|
+
โ ๏ธ Disclaimer
|
|
68
|
+
|
|
69
|
+
This tool is made for educational and personal setup purposes only.
|
|
70
|
+
|
|
71
|
+
Do not use for illegal activities
|
|
72
|
+
Some packages may require storage permission
|
|
73
|
+
๐จโ๐ป Author
|
|
74
|
+
|
|
75
|
+
Mr Tan
|
|
76
|
+
|
|
77
|
+
GitHub: https://github.com/mrtan-official
|
|
78
|
+
Facebook: http://www.facebook.com/abutanim.chowdury
|
|
79
|
+
๐ฅ Warning
|
|
80
|
+
|
|
81
|
+
This tool installs system packages automatically using pkg and pip.
|
|
82
|
+
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
|
+
---
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#f
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import random
|
|
3
|
+
import platform
|
|
4
|
+
import sys
|
|
5
|
+
import string
|
|
6
|
+
import time
|
|
7
|
+
import re
|
|
8
|
+
import json
|
|
9
|
+
|
|
10
|
+
try:
|
|
11
|
+
import rich
|
|
12
|
+
except ImportError:
|
|
13
|
+
print(f"\n ๐ Installing Rich...\n")
|
|
14
|
+
os.system("pip install rich")
|
|
15
|
+
import rich
|
|
16
|
+
|
|
17
|
+
try:
|
|
18
|
+
import httpx
|
|
19
|
+
except ImportError:
|
|
20
|
+
print(f"\n ๐ Installing httpx...\n")
|
|
21
|
+
os.system("pip install httpx")
|
|
22
|
+
import httpx
|
|
23
|
+
|
|
24
|
+
try:
|
|
25
|
+
import requests
|
|
26
|
+
except ImportError:
|
|
27
|
+
print(f"\n ๐ Installing Requests...\n")
|
|
28
|
+
os.system("pip install requests")
|
|
29
|
+
import requests
|
|
30
|
+
|
|
31
|
+
try:
|
|
32
|
+
import bs4
|
|
33
|
+
except ImportError:
|
|
34
|
+
print(f"\n ๐ Installing Bs4...\n")
|
|
35
|
+
os.system("pip install bs4")
|
|
36
|
+
import bs4
|
|
37
|
+
|
|
38
|
+
from os import system as shell
|
|
39
|
+
from rich import print
|
|
40
|
+
from rich.progress import track
|
|
41
|
+
from rich.markdown import Markdown
|
|
42
|
+
from rich.tree import Tree
|
|
43
|
+
|
|
44
|
+
sys.stdout.write('\x1b]2;๐๐ ๐๐๐\x07')
|
|
45
|
+
shell("clear")
|
|
46
|
+
|
|
47
|
+
def lod(message):
|
|
48
|
+
for i in track(range(100), description=f"[red][bold] {message}"):
|
|
49
|
+
time.sleep(0.01)
|
|
50
|
+
|
|
51
|
+
print("\n" * 10)
|
|
52
|
+
print("""[light_green]
|
|
53
|
+
/| //| | /__ ___/ // ) )
|
|
54
|
+
//| // | | / / //___/ /
|
|
55
|
+
// | // | | / / / ___ (
|
|
56
|
+
// | // | | / / // | |
|
|
57
|
+
// |// | | / / // | | \n""")
|
|
58
|
+
lod('loading ')
|
|
59
|
+
shell('clear')
|
|
60
|
+
|
|
61
|
+
logo = ("""[light_green]
|
|
62
|
+
/| //| | /__ ___/ // ) )
|
|
63
|
+
//| // | | / / //___/ /
|
|
64
|
+
// | // | | / / / ___ (
|
|
65
|
+
// | // | | / / // | |
|
|
66
|
+
// |// | | / / // | |
|
|
67
|
+
[b dark_sea_green2]setup tool
|
|
68
|
+
[bold cyan]V[white]=[bold yellow]1.1[light_green]
|
|
69
|
+
""")
|
|
70
|
+
|
|
71
|
+
def space():
|
|
72
|
+
print("\n")
|
|
73
|
+
|
|
74
|
+
# UI Menu Trees
|
|
75
|
+
mj = Tree("[bold purple]![[bold red]A[bold purple]] ")
|
|
76
|
+
mj.add("[cyan][bold]Full Setup")
|
|
77
|
+
gm = Tree("[bold purple]![[bold red]B[bold purple]] ")
|
|
78
|
+
gm.add("[light_green]Game Setup")
|
|
79
|
+
my = Tree("[bold purple]![[bold red]C[bold purple]] ")
|
|
80
|
+
my.add("[bold yellow]contact admin")
|
|
81
|
+
ex = Tree("[bold purple]![[bold red]D[bold purple]] ") # Fixed label conflict
|
|
82
|
+
ex.add("[tan][bold]exit")
|
|
83
|
+
cv = Tree("[bold purple]![[bold red]+[bold purple]] ")
|
|
84
|
+
cv.add("[bold red]Choice Option ")
|
|
85
|
+
|
|
86
|
+
def main():
|
|
87
|
+
try:
|
|
88
|
+
shell("clear")
|
|
89
|
+
print(logo)
|
|
90
|
+
print(Markdown("# Menu"))
|
|
91
|
+
space()
|
|
92
|
+
print(mj)
|
|
93
|
+
print(gm)
|
|
94
|
+
print(my)
|
|
95
|
+
print(ex)
|
|
96
|
+
print(cv)
|
|
97
|
+
choice = input(f" โโโ> ").strip()
|
|
98
|
+
|
|
99
|
+
if choice in ["a", "A", "1", "01"]:
|
|
100
|
+
setup()
|
|
101
|
+
elif choice in ["b", "B", "2", "02"]:
|
|
102
|
+
game_pkg()
|
|
103
|
+
elif choice in ["c", "C", "3", "03"]:
|
|
104
|
+
shell("xdg-open http://www.facebook.com/abutanim.chowdury")
|
|
105
|
+
main()
|
|
106
|
+
elif choice in ["d", "D", "4", "04"]:
|
|
107
|
+
print("[bold red]\n[!] Exiting tool... Goodbye![/bold red]")
|
|
108
|
+
sys.exit()
|
|
109
|
+
else:
|
|
110
|
+
main()
|
|
111
|
+
except KeyboardInterrupt:
|
|
112
|
+
print("[bold red]\n[!] Interrupted by user. Exiting...[/bold red]")
|
|
113
|
+
sys.exit()
|
|
114
|
+
|
|
115
|
+
def success_logo():
|
|
116
|
+
shell("clear")
|
|
117
|
+
print("""[sea_green2]
|
|
118
|
+
โโโ โโโ โโโโโ โโโโ โโโโ
|
|
119
|
+
โโโ โโโ โโโโโ โโโโ โโโโ
|
|
120
|
+
โโโ โโโ โโโโโ โโโโ โโโโ
|
|
121
|
+
|
|
122
|
+
โโโโ โโโโ โโโโ โโโ
|
|
123
|
+
โโโโ โโโโ โโโโ โโโ
|
|
124
|
+
โโโโ โโโโ โโโโ โโโ
|
|
125
|
+
""")
|
|
126
|
+
print("\n[bold white]Press Enter to back to Menu...[/bold white]")
|
|
127
|
+
input()
|
|
128
|
+
main()
|
|
129
|
+
|
|
130
|
+
def setup():
|
|
131
|
+
shell("clear")
|
|
132
|
+
print(logo)
|
|
133
|
+
print(Markdown("# Setup Started"))
|
|
134
|
+
|
|
135
|
+
# Storage & System Repos
|
|
136
|
+
print("\n ๐ storage permission...\n")
|
|
137
|
+
os.system("termux-setup-storage -y")
|
|
138
|
+
print("\n ๐ clang...\n")
|
|
139
|
+
os.system("pkg install clang python-development -y")
|
|
140
|
+
print("\n ๐ installing x11-repo & root-repo...\n")
|
|
141
|
+
os.system("pkg install x11-repo root-repo -y")
|
|
142
|
+
os.system("pkg update -y")
|
|
143
|
+
|
|
144
|
+
print("\n ๐ installing Termimage...\n")
|
|
145
|
+
os.system("pkg install termimage -y")
|
|
146
|
+
print("\n ๐ installing Fish...\n")
|
|
147
|
+
os.system("pkg install fish -y")
|
|
148
|
+
print("\n ๐ installing Termux api...\n")
|
|
149
|
+
os.system("pkg install termux-api -y")
|
|
150
|
+
print("\n ๐ installing php...\n")
|
|
151
|
+
os.system("pkg install php -y")
|
|
152
|
+
print("\n ๐ installing figlet...\n")
|
|
153
|
+
os.system("pkg install figlet -y")
|
|
154
|
+
print("\n ๐ installing cmatrix...\n")
|
|
155
|
+
os.system("pkg install cmatrix -y")
|
|
156
|
+
print("\n ๐ installing ruby...\n")
|
|
157
|
+
os.system("pkg install ruby -y")
|
|
158
|
+
print("\n ๐ installing ccrypt...\n")
|
|
159
|
+
os.system("pkg install ccrypt -y")
|
|
160
|
+
print("\n ๐ installing espeak robot...\n")
|
|
161
|
+
os.system("pkg install espeak -y")
|
|
162
|
+
print("\n ๐ installing toilet...\n")
|
|
163
|
+
os.system("pkg install toilet -y")
|
|
164
|
+
print("\n ๐ installing openssh...\n")
|
|
165
|
+
os.system("pkg install openssh -y")
|
|
166
|
+
print("\n ๐ installing wget...\n")
|
|
167
|
+
os.system("pkg install wget -y")
|
|
168
|
+
print("\n ๐ installing curl...\n")
|
|
169
|
+
os.system("pkg install curl -y")
|
|
170
|
+
print("\n ๐ installing w3m...\n")
|
|
171
|
+
os.system("pkg install w3m -y")
|
|
172
|
+
print("\n ๐ installing mpv...\n")
|
|
173
|
+
os.system("pkg install mpv -y")
|
|
174
|
+
print("\n ๐ installing proot...\n")
|
|
175
|
+
os.system("pkg install proot-distro -y")
|
|
176
|
+
print("\n ๐ installing sslscan...\n")
|
|
177
|
+
os.system("pkg install sslscan -y")
|
|
178
|
+
print("\n ๐ installing openssl...\n")
|
|
179
|
+
os.system("pkg install openssl -y")
|
|
180
|
+
print("\n ๐ installing iproute2...\n")
|
|
181
|
+
os.system("pkg install iproute2 -y")
|
|
182
|
+
print("\n ๐ installing nmap...\n")
|
|
183
|
+
os.system("pkg install nmap -y")
|
|
184
|
+
print("\n ๐ installing hello...\n")
|
|
185
|
+
os.system("pkg install hello -y")
|
|
186
|
+
print("\n ๐ installing zip...\n")
|
|
187
|
+
os.system("pkg install zip unzip -y")
|
|
188
|
+
|
|
189
|
+
# Python PIP Packages (Fixed versions & packages)
|
|
190
|
+
print("\n ๐ installing future...\n")
|
|
191
|
+
os.system("pip install future")
|
|
192
|
+
print("\n ๐ installing mechanize...\n")
|
|
193
|
+
os.system("pip install mechanize")
|
|
194
|
+
print("\n ๐ installing lolcat...\n")
|
|
195
|
+
os.system("pip install lolcat")
|
|
196
|
+
print("\n ๐ installing Telebot...\n")
|
|
197
|
+
os.system("pip install pyTelegramBotAPI")
|
|
198
|
+
print("\n ๐ installing google...\n")
|
|
199
|
+
os.system("pip install google")
|
|
200
|
+
print("\n ๐ installing gtts...\n")
|
|
201
|
+
os.system("pip install gtts")
|
|
202
|
+
print("\n ๐ installing phonenumbers...\n")
|
|
203
|
+
os.system("pip install phonenumbers")
|
|
204
|
+
print("\n ๐ installing opencage...\n")
|
|
205
|
+
os.system("pip install opencage")
|
|
206
|
+
print("\n ๐ installing wikipedia...\n")
|
|
207
|
+
os.system("pip install wikipedia")
|
|
208
|
+
print("\n ๐ installing pytube...\n")
|
|
209
|
+
os.system("pip install pytube")
|
|
210
|
+
print("\n ๐ installing Find github email...\n")
|
|
211
|
+
os.system("pip install find-github-email")
|
|
212
|
+
print("\n ๐ installing colorama...\n")
|
|
213
|
+
os.system("pip install colorama")
|
|
214
|
+
print("\n ๐ installing pillow (Latest version for Python 3.13)...\n")
|
|
215
|
+
os.system("pip install pillow") # Removed outdated v2.2.1
|
|
216
|
+
print("\n ๐ installing tor...\n")
|
|
217
|
+
os.system("pkg install tor -y") # Tor works better via pkg in Termux
|
|
218
|
+
print("\n ๐ installing piexif...\n")
|
|
219
|
+
os.system("pip install piexif")
|
|
220
|
+
print("\n ๐ installing vininfo...\n")
|
|
221
|
+
os.system("pip install vininfo")
|
|
222
|
+
|
|
223
|
+
success_logo()
|
|
224
|
+
|
|
225
|
+
def game_pkg():
|
|
226
|
+
shell("clear")
|
|
227
|
+
print(logo)
|
|
228
|
+
print(Markdown("# Installing Game Packages"))
|
|
229
|
+
print("\n ๐ installing ninvaders...\n")
|
|
230
|
+
os.system("pkg install ninvaders -y")
|
|
231
|
+
print("\n ๐ installing nudoku...\n")
|
|
232
|
+
os.system("pkg install nudoku -y")
|
|
233
|
+
print("\n ๐ installing bastet...\n")
|
|
234
|
+
os.system("pkg install bastet -y")
|
|
235
|
+
print("\n ๐ installing sl...\n")
|
|
236
|
+
os.system("pkg install sl -y")
|
|
237
|
+
|
|
238
|
+
success_logo()
|
|
239
|
+
|
|
240
|
+
if __name__ == "__main__":
|
|
241
|
+
main()
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Tsetup
|
|
3
|
+
Version: 1.0
|
|
4
|
+
Summary: An automation and network scanning utility tool.
|
|
5
|
+
Author-email: Abu Tanim <mrtanvai@gmail.com>
|
|
6
|
+
License: Custom License
|
|
7
|
+
Project-URL: Homepage, https://github.com/mrtan-official/T-setup
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
+
Requires-Python: >=3.13
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: requests
|
|
13
|
+
Requires-Dist: rich
|
|
14
|
+
Requires-Dist: httpx
|
|
15
|
+
Requires-Dist: beautifulsoup4
|
|
16
|
+
|
|
17
|
+
# โ๏ธ Mr Tan Setup Tool (Termux Automation)
|
|
18
|
+
|
|
19
|
+
A powerful **Termux setup automation tool** built in Python by **Mr Tan**.
|
|
20
|
+
This tool automatically installs essential packages, programming tools, and game utilities in one click.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## ๐ Features
|
|
25
|
+
|
|
26
|
+
- โก One-click Termux full environment setup
|
|
27
|
+
- ๐ง Auto install of development tools
|
|
28
|
+
- ๐ฎ Game packages installer
|
|
29
|
+
- ๐ฆ Python dependency auto installer
|
|
30
|
+
- ๐ ๏ธ Security & networking tools setup
|
|
31
|
+
- ๐จ Interactive Rich CLI interface
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## ๐ฆ What It Installs
|
|
36
|
+
|
|
37
|
+
### ๐ง System Tools
|
|
38
|
+
- python, clang, git, wget, curl
|
|
39
|
+
- openssh, zip/unzip, php, ruby
|
|
40
|
+
- nmap, sslscan, openssl
|
|
41
|
+
- proot-distro, termux-api
|
|
42
|
+
|
|
43
|
+
### ๐ Python Packages
|
|
44
|
+
- requests, rich, httpx, bs4
|
|
45
|
+
- mechanize, colorama
|
|
46
|
+
- gtts, phonenumbers, wikipedia
|
|
47
|
+
- pytube, pillow, piexif
|
|
48
|
+
- pyTelegramBotAPI
|
|
49
|
+
|
|
50
|
+
### ๐ฎ Game Packages
|
|
51
|
+
- ninvaders
|
|
52
|
+
- nudoku
|
|
53
|
+
- bastet
|
|
54
|
+
- sl (steam locomotive fun)
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## ๐ฑ Requirements
|
|
59
|
+
|
|
60
|
+
- Termux (Android)
|
|
61
|
+
- Internet connection
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## ๐ Installation
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
git clone https://github.com/mrtan-official/setup-tool.git
|
|
69
|
+
cd setup-tool
|
|
70
|
+
python setup.py
|
|
71
|
+
โถ๏ธ Usage
|
|
72
|
+
|
|
73
|
+
Run the tool:
|
|
74
|
+
|
|
75
|
+
python setup.py
|
|
76
|
+
|
|
77
|
+
Then select option:
|
|
78
|
+
|
|
79
|
+
A โ Full Setup
|
|
80
|
+
B โ Game Setup
|
|
81
|
+
C โ Contact Admin
|
|
82
|
+
D โ Exit
|
|
83
|
+
โ ๏ธ Disclaimer
|
|
84
|
+
|
|
85
|
+
This tool is made for educational and personal setup purposes only.
|
|
86
|
+
|
|
87
|
+
Do not use for illegal activities
|
|
88
|
+
Some packages may require storage permission
|
|
89
|
+
๐จโ๐ป Author
|
|
90
|
+
|
|
91
|
+
Mr Tan
|
|
92
|
+
|
|
93
|
+
GitHub: https://github.com/mrtan-official
|
|
94
|
+
Facebook: http://www.facebook.com/abutanim.chowdury
|
|
95
|
+
๐ฅ Warning
|
|
96
|
+
|
|
97
|
+
This tool installs system packages automatically using pkg and pip.
|
|
98
|
+
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
|
+
---
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
T_setup/__init__.py
|
|
4
|
+
T_setup/setup.py
|
|
5
|
+
Tsetup.egg-info/PKG-INFO
|
|
6
|
+
Tsetup.egg-info/SOURCES.txt
|
|
7
|
+
Tsetup.egg-info/dependency_links.txt
|
|
8
|
+
Tsetup.egg-info/entry_points.txt
|
|
9
|
+
Tsetup.egg-info/requires.txt
|
|
10
|
+
Tsetup.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
T_setup
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "Tsetup"
|
|
7
|
+
version = "1.0"
|
|
8
|
+
authors = [
|
|
9
|
+
{ name="Abu Tanim", email="mrtanvai@gmail.com" },
|
|
10
|
+
]
|
|
11
|
+
description = "An automation and network scanning utility tool."
|
|
12
|
+
readme = "README.md"
|
|
13
|
+
requires-python = ">=3.13"
|
|
14
|
+
|
|
15
|
+
# เฆเฆเฆพเฆจเง Custom License เฆฒเฆฟเฆเง เฆฆเฆฟเฆจ
|
|
16
|
+
license = { text = "Custom License" }
|
|
17
|
+
|
|
18
|
+
dependencies = [
|
|
19
|
+
"requests",
|
|
20
|
+
"rich",
|
|
21
|
+
"httpx",
|
|
22
|
+
"beautifulsoup4",
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
classifiers = [
|
|
26
|
+
"Programming Language :: Python :: 3",
|
|
27
|
+
"Operating System :: POSIX :: Linux",
|
|
28
|
+
]
|
|
29
|
+
|
|
30
|
+
[project.urls]
|
|
31
|
+
Homepage = "https://github.com/mrtan-official/T-setup"
|
|
32
|
+
|
|
33
|
+
[tool.setuptools.packages.find]
|
|
34
|
+
where = ["."]
|
|
35
|
+
include = ["T_setup*"]
|
|
36
|
+
|
|
37
|
+
[project.scripts]
|
|
38
|
+
T-setup = "T_setup.setup:main"
|
tsetup-1.0/setup.cfg
ADDED