Skip to content

Instantly share code, notes, and snippets.

@benastahl
Created June 23, 2021 18:06
Show Gist options
  • Save benastahl/3bbaf936f30a74d3280a70b8afba08b5 to your computer and use it in GitHub Desktop.
Save benastahl/3bbaf936f30a74d3280a70b8afba08b5 to your computer and use it in GitHub Desktop.
class colors:
HEADER = '\033[95m'
BLUE = '\033[94m'
CYAN = '\033[96m'
GREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
END = '\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