Added ascii-logo

This commit is contained in:
Sam 2020-01-03 14:21:31 -05:00
parent 72dc6df362
commit 7b81f6f6b3

View File

@ -45,6 +45,33 @@ def main(cwd=None):
# Display OnionShare banner
print(f"OnionShare {common.version} | https://onionshare.org/")
reset='\033[0m'
purple='\033[45m'
white='\033[97m'
print(purple, white)
print(" ")
print(" @@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ___ _ ")
print(" @@@@@@ @@@@@@@@@@@@@ / _ \ (_) ")
print(" @@@@ @ @@@@@@@@@@@ | | | |_ __ _ ___ _ __ ")
print(" @@@@@@@@ @@@@@@@@@@ | | | | '_ \| |/ _ \| '_ \ ")
print(" @@@@@@@@@@@@ @@@@@@@@@@ \ \_/ / | | | | (_) | | | | ")
print(" @@@@@@@@@@@@@@@@ @@@@@@@@@ \___/|_| |_|_|\___/|_| |_| ")
print(" @@@@@@@@@ @@@@@@@@@@@@@@@@ _____ _ ")
print(" @@@@@@@@@@ @@@@@@@@@@@@ / ___| | ")
print(" @@@@@@@@@@ @@@@@@@@ \ `--.| |__ __ _ _ __ ___ ")
print(" @@@@@@@@@@@ @ @@@@ `--. \ '_ \ / _` | '__/ _ \\")
print(" @@@@@@@@@@@@@ @@@@@@ /\__/ / | | | (_| | | | __/")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \____/|_| |_|\__,_|_| \___|")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@@@@@@@@@@@ ")
print(" @@@@@@@@@ ")
print(" ")
print(reset)
# OnionShare CLI in OSX needs to change current working directory (#132)
if common.platform == "Darwin":