Skip to content

Instantly share code, notes, and snippets.

@lijunzh
Created March 26, 2020 20:53
Show Gist options
  • Save lijunzh/8f0bc77550b8039f094519dc1bf3a8f2 to your computer and use it in GitHub Desktop.
Save lijunzh/8f0bc77550b8039f094519dc1bf3a8f2 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'
print(f"{bcolors.WARNING}Warning: No active frommets remain. Continue?{bcolors.ENDC}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment