Created
September 23, 2015 23:51
-
-
Save nazwadi/ca00352cd0d20b640efd to your computer and use it in GitHub Desktop.
Bash Colors in Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
\033[91m