Skip to content

Instantly share code, notes, and snippets.

@cossio
Created November 23, 2017 16:24
Show Gist options
  • Save cossio/1f203ab595485f1d70d5c3482b97ac4e to your computer and use it in GitHub Desktop.
Save cossio/1f203ab595485f1d70d5c3482b97ac4e 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