Skip to content

Instantly share code, notes, and snippets.

@sagz
Created November 22, 2013 23:22
Show Gist options
  • Save sagz/7608579 to your computer and use it in GitHub Desktop.
Save sagz/7608579 to your computer and use it in GitHub Desktop.
The pink moustache on an ANSI colour capable console/shell. Just include and print before your program starts!
PINK_MOUSTACHE = '\033[35m{0}\033[00m'.format('''
~~~ ~~~~~~~~~. ~~~~~~~~~~ ~~~
~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~. ~~~
~~~ .~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~. ~~~
~~~ ~~~~~~~~~~~~~ Script Name ~~~~~~~~~~~~~ .~~~
~~~~. ,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.:~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.~~~~~~~~~~~~~~~~~~~~~~~~~~~~:
~~~~~~~~~~~~~~~~~~~~~~~~~~. .~~~~~~~~~~~~~~~~~~~~~~~~~:
~~~~~~~~~~~~~~~~~~~~~~. .~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
''')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment