summaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2020-05-02 02:49:49 +0530
committerSaptak S <saptak013@gmail.com>2020-05-02 02:49:49 +0530
commit380cf94856c5356c476b296fa8155635011e0dd5 (patch)
treea6fc01096daa99743348cd377f551c5d4b4a29b3 /onionshare
parentc63a7605ee0cf93b04a7f00a2f047c2eb12e3616 (diff)
parent1c424500f0b0e1e2bb7b17ce144cce16e20e5493 (diff)
downloadonionshare-380cf94856c5356c476b296fa8155635011e0dd5.tar.gz
onionshare-380cf94856c5356c476b296fa8155635011e0dd5.zip
Merge branch 'develop' into chat
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 fa58d859..9946a700 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":