Skip to content

Instantly share code, notes, and snippets.

@vignesh0025-zz
Created December 7, 2015 11:34
Show Gist options
  • Save vignesh0025-zz/4ae102bb2d6853aab23d to your computer and use it in GitHub Desktop.
Save vignesh0025-zz/4ae102bb2d6853aab23d to your computer and use it in GitHub Desktop.
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