Skip to content

Instantly share code, notes, and snippets.

@myano
Created January 22, 2015 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myano/c82858e165289f5629fb to your computer and use it in GitHub Desktop.
Save myano/c82858e165289f5629fb to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from colorama import init, Fore
init()
print(Fore.RED + 'some red text')
print('automatically back to default color again')
## Fore.BLACK Fore.BLUE Fore.CYAN Fore.GREEN Fore.MAGENTA Fore.RED Fore.RESET Fore.WHITE Fore.YELLOW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment