mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Added ascii-logo
This commit is contained in:
parent
72dc6df362
commit
7b81f6f6b3
@ -45,6 +45,33 @@ def main(cwd=None):
|
|||||||
|
|
||||||
# Display OnionShare banner
|
# Display OnionShare banner
|
||||||
print(f"OnionShare {common.version} | https://onionshare.org/")
|
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)
|
# OnionShare CLI in OSX needs to change current working directory (#132)
|
||||||
if common.platform == "Darwin":
|
if common.platform == "Darwin":
|
||||||
|
Loading…
Reference in New Issue
Block a user