-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstart.py
More file actions
23 lines (22 loc) · 985 Bytes
/
Copy pathstart.py
File metadata and controls
23 lines (22 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import os
import subprocess as sp
import time
########################################## START #####################################################
def start():
os.system("clear && tput setaf 8")
print('''
@@@
@@@
@@@@@@@@@@@ 0 @@@@@@@ @@@ @@@ @@@@@@@@@@@
@@@@@@@@@@@ 000 @@@@@@@@@ @@@ @@@ @@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@ 00000 _____ @@@ @@@ @@@ @@@ @@@
@@@@@@@@@@@@@@@@@@@ 0000000000 @@@ @@@ @@@ @@@ @@@
000000000000000000000000000000^00o^ @@@ @@@ @@@ @@@ @@@
00000000000000000000000000000 @@@ @@@ @@@ @@@ @@@
00000000 (@) 00000000000000 @@@ @@@ @@@ @@@ @@@
000000000000000000000000 @@@@@@@@@ @@@@@@@@@@@ @@@@@@@@@@@
0000000000000000000 @@@@@@@ @@@@@@@ @@@@@@@@@@@
0000000000000
^^^^^^^
''')
os.system("tput setaf 15")