PyColorTerm allows you to write colored and styled lines out in the terminal from Python and in a pythonic way
- Free software: BSD license
- Documentation: http://pycolorterm.rtfd.org.
- Get your line prints pretty with color and style formatting
- Python 3 ready!
- Pythonic
$ pip install pycolorterm
from pycolorterm.pycolorterm import print_pretty
print_pretty('This is <BOLD>awesome<END> <FG_RED>because<END> you can <UNDERSCORE>mix<END> <BG_BLUE>many styles easily<END>')