Skip to content

Commit

Permalink
Update thor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vrikodar authored Apr 17, 2021
1 parent f1f0936 commit 3c00591
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions thor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,17 @@
'''

logo = '''
!
!
^
/ \
/___\
|= =|
| |
| |
| |
| |
| |
| |
| |
| |
| |
/|##!##|\
/ |##!##| \
/ |##!##| \
| / ^ | ^ \ |
| / ( | ) \ |
|/ ( | ) \|
(( ))
(( : ))
(( : ))
(( ))
(( ))
( )
.
.
.
*By SxNade https://github.com/SxNade :: SxNade@protonmail.com
________
/_ __/ / ___ ____
/ / / _ \/ _ \/ __/
/_/ /_//_/\___/_/
*By SxNade https://github.com/SxNade :: SxNade@protonmail.com
'''
print(logo)
time.sleep(1.5)
print("\n\nThor v2.1 starting...")
print("\n\nThor v2.1a starting...")
os.system("notify-send 'Thor Successfully initiated'")
time.sleep(2)
if len(sys.argv) != 4:
Expand Down

0 comments on commit 3c00591

Please sign in to comment.