summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-03-22 11:23:24 -0700
committerMicah Lee <micah@micahflee.com>2020-03-22 11:23:24 -0700
commit097f5f604709bb75d2b4c91ec90acb4f2749a523 (patch)
tree2a8b58a9a711e64ff89de50d6ffbb92c04eb4f3b /onionshare
parenta217e54d28dd29ba1efc5314094f2b354320d69d (diff)
parent8b119353ae24737e15763f583d1824c7e30b4455 (diff)
downloadonionshare-097f5f604709bb75d2b4c91ec90acb4f2749a523.tar.gz
onionshare-097f5f604709bb75d2b4c91ec90acb4f2749a523.zip
Merge branch 'develop' into 1064_tabs
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/__init__.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/onionshare/__init__.py b/onionshare/__init__.py
index 8d2077c2..e82c7929 100644
--- a/onionshare/__init__.py
+++ b/onionshare/__init__.py
@@ -46,6 +46,30 @@ def main(cwd=None):
# Display OnionShare banner
print(f"OnionShare {common.version} | https://onionshare.org/")
+ reset='\033[0m'
+ purple='\33[95m'
+ print(purple)
+ 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":