summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorSam <git@sampatt.com>2020-01-03 14:21:31 -0500
committerSam <git@sampatt.com>2020-01-03 14:21:31 -0500
commit7b81f6f6b3f2740731fb20e2e72534ba8184982d (patch)
tree72937bce9945d9cfd9edea9bb67de0af8e20ce24 /onionshare
parent72dc6df362fc5e1d9820a4936b2fa9514e4a4fad (diff)
downloadonionshare-7b81f6f6b3f2740731fb20e2e72534ba8184982d.tar.gz
onionshare-7b81f6f6b3f2740731fb20e2e72534ba8184982d.zip
Added ascii-logo
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/__init__.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/onionshare/__init__.py b/onionshare/__init__.py
index a2d6d4a1..b753d315 100644
--- a/onionshare/__init__.py
+++ b/onionshare/__init__.py
@@ -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":