Skip to content

Commit

Permalink
Updated red eyes
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustedSec committed Aug 4, 2015
1 parent 180c3be commit 557cd61
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion unicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
import os
import shutil

class bcolors:
CYAN = '\033[96m'
BLUE = '\033[94m'
RED = '\033[91m'
BOLD = '\033[1m'
ENDC = '\033[0m'

# display unicorn banner
def gen_unicorn():
print r"""
Expand All @@ -34,7 +41,7 @@ def gen_unicorn():
\|\_-\___ __-_`- /-/ \.
|\_-___,-\_____--/_)' ) \
\ -_ / __ \( `( __`\|
`\__| |\)\ ) /(/|
`\__| |"""+bcolors.RED+r"""\)\ """+bcolors.ENDC+r""") """+bcolors.RED+r"""/(/"""+bcolors.ENDC+r"""|
,._____., ',--//-| \ | ' /
/ __. \, / /,---| \ /
/ / _. \ \ `/`_/ _,' | |
Expand Down

0 comments on commit 557cd61

Please sign in to comment.