Skip to content

Instantly share code, notes, and snippets.

@hG3n
Created February 28, 2016 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hG3n/24ea5597321623c6392f to your computer and use it in GitHub Desktop.
Save hG3n/24ea5597321623c6392f to your computer and use it in GitHub Desktop.
print colorful in python
class bcolors:
HEADER = '\033[95m'
OKBLUE = '\033[94m'
OKGREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment