fixed styling on the ascii art
This commit is contained in:
parent
baa955e07a
commit
930ffd19db
|
|
@ -11,8 +11,8 @@ def write_to_file(url, fname):
|
|||
|
||||
def main():
|
||||
# Not sure why, but the banner messes up if i put into one print function
|
||||
print(" .\"\"\"-.")
|
||||
print(" / \\")
|
||||
print("\033[37;1m .\"\"\"-.")
|
||||
print("\033[37;1m / \\")
|
||||
print("\033[37;1m ____ _ _ _ | _..--'-.")
|
||||
print("\033[37;1m/ ___|| |__ ___ _ __| | ___ ___| |__ >.`__.-\"\"\;\"`")
|
||||
print("\033[37;1m\___ \| '_ \ / _ \ '__| |/ _ \ / __| |/ / / /( ^\\")
|
||||
|
|
@ -84,4 +84,4 @@ def main():
|
|||
|
||||
print("\033[1;92m[\033[0m\033[1;77m*\033[0m\033[1;92m] Saved: \033[37;1m{}\033[0m".format(username+".txt"))
|
||||
|
||||
main()
|
||||
main()
|
||||
|
|
|
|||
Loading…
Reference in New Issue