Tsetup 1.4__tar.gz → 1.6__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.4 → tsetup-1.6}/PKG-INFO +2 -2
- {tsetup-1.4 → tsetup-1.6}/T_setup/setup.py +2 -2
- {tsetup-1.4 → tsetup-1.6}/Tsetup.egg-info/PKG-INFO +2 -2
- {tsetup-1.4 → tsetup-1.6}/pyproject.toml +2 -3
- {tsetup-1.4 → tsetup-1.6}/README.md +0 -0
- {tsetup-1.4 → tsetup-1.6}/T_setup/__init__.py +0 -0
- {tsetup-1.4 → tsetup-1.6}/Tsetup.egg-info/SOURCES.txt +0 -0
- {tsetup-1.4 → tsetup-1.6}/Tsetup.egg-info/dependency_links.txt +0 -0
- {tsetup-1.4 → tsetup-1.6}/Tsetup.egg-info/entry_points.txt +0 -0
- {tsetup-1.4 → tsetup-1.6}/Tsetup.egg-info/requires.txt +0 -0
- {tsetup-1.4 → tsetup-1.6}/Tsetup.egg-info/top_level.txt +0 -0
- {tsetup-1.4 → tsetup-1.6}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Tsetup
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: An
|
|
3
|
+
Version: 1.6
|
|
4
|
+
Summary: An automatic Termux full setup command.
|
|
5
5
|
Author-email: Abu Tanim <mrtanvai@gmail.com>
|
|
6
6
|
License: Custom License
|
|
7
7
|
Project-URL: Homepage, https://github.com/mrtan-official/Tsetup
|
|
@@ -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.
|
|
68
|
+
[bold cyan]V[white]=[bold yellow]1.6[light_green]
|
|
69
69
|
""")
|
|
70
70
|
|
|
71
71
|
def space():
|
|
@@ -101,7 +101,7 @@ def main():
|
|
|
101
101
|
elif choice in ["b", "B", "2", "02"]:
|
|
102
102
|
game_pkg()
|
|
103
103
|
elif choice in ["c", "C", "3", "03"]:
|
|
104
|
-
shell("xdg-open http://www.facebook.com/
|
|
104
|
+
shell("xdg-open http://www.facebook.com/MrT4N.Official")
|
|
105
105
|
main()
|
|
106
106
|
elif choice in ["d", "D", "4", "04"]:
|
|
107
107
|
print("[bold red]\n[!] Exiting tool... Goodbye![/bold red]")
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Tsetup
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: An
|
|
3
|
+
Version: 1.6
|
|
4
|
+
Summary: An automatic Termux full setup command.
|
|
5
5
|
Author-email: Abu Tanim <mrtanvai@gmail.com>
|
|
6
6
|
License: Custom License
|
|
7
7
|
Project-URL: Homepage, https://github.com/mrtan-official/Tsetup
|
|
@@ -4,15 +4,14 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "Tsetup"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.6"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Abu Tanim", email="mrtanvai@gmail.com" },
|
|
10
10
|
]
|
|
11
|
-
description = "An
|
|
11
|
+
description = "An automatic Termux full setup command."
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.13"
|
|
14
14
|
|
|
15
|
-
# এখানে Custom License লিখে দিন
|
|
16
15
|
license = { text = "Custom License" }
|
|
17
16
|
|
|
18
17
|
dependencies = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|