-
Notifications
You must be signed in to change notification settings - Fork 6
/
run.py
47 lines (37 loc) · 1.17 KB
/
run.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
import os,sys,time
os.system("clear")
def jalan(z):
for e in z + '\n':
sys.stdout.write(e)
sys.stdout.flush()
time.sleep(0.08)
jalan ("\033[1;91m===10%")
os.system("clear")
jalan ("\033[1;92m======40%")
os.system("clear")
jalan ("\033[1;93m===========60%")
os.system("clear")
jalan ("\033[1;94m===================80%")
os.system("clear")
jalan ("\033[1;95m==========================100%")
os.system("clear")
print("""
\033[1;91m1- YouTube.
\033[1;91m12- github .
\033[1;91m13- telegram account .
\033[1;91m14- channel telegram .
""")
xp = input('type number : ')
if xp =='1':
print('please white second and subscribe in YouTube for run the tool')
time.sleep(0.6)
os.system('xdg-open https://youtube.com/c/%D8%B1%D8%A7%D8%B4%D8%AF%D9%83%D8%B1%D9%8A%D9%85 ')
if xp =='2':
print('please white second and subscribe in YouTube for run the tool')
os.system('xdg-open https://github.com/iraq-hacker')
if xp =='3':
print('white second please ')
os.system('xdg-open https://t.me/iiwiw')
if xp =='4':
print('white second please ')
os.system('xdg-open https://t.me/professional_school')