Skip to content

Instantly share code, notes, and snippets.

@nazwadi
Created September 23, 2015 23:51
Show Gist options
  • Save nazwadi/ca00352cd0d20b640efd to your computer and use it in GitHub Desktop.
Save nazwadi/ca00352cd0d20b640efd to your computer and use it in GitHub Desktop.
Bash Colors in Python
class color:
PURPLE = '\033[95m'
CYAN = '\033[96m'
DARKCYAN = '\033[36m'
BLUE = '\033[94m'
GREEN = '\033[92m'
YELLOW = '\033[93m'
RED = '\033[91m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
END = '\033[0m'
@LKMODzStudio
Copy link

\033[91m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment