Skip to content

Commit

Permalink
Update Encrypt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilmaz4 authored May 10, 2021
1 parent ad36318 commit dc377da
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
version = "v0.2"
windll.kernel32.SetConsoleTitleW("Encrypt'n'Decrypt {}".format(version))
exit = False
class bcolors:
HEADER = '\033[95m'
OKBLUE = '\033[94m'
OKCYAN = '\033[96m'
OKGREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
while True:
print("██████████████████████████████████████████████████████████")
print("██████████████▓▒░ Ὲɲcrƴpʈ'n'Decrƴpʈ {} ░▒▓██████████████".format(version))
Expand Down

0 comments on commit dc377da

Please sign in to comment.