Python module for colored text console output
The documentation is on the project wiki click here.
Version 0.8.0
PIP:
pip install colorconsole
Or using distutils: easy_install colorconsole
PyPI page:
Python comes with batteries included, but console applications have no color. This project brings a very simple interface to colored console output. It does not replace curses or more sophisticated libraries. If you just need to print colored text using the same API on Linux, Windows and Mac OS X, colorconsole can be a good option. It uses ctypes to access Windows console API routines and ANSI escape codes for xterm on Linux and Mac OS X.
PythonNOASSERTION
Python module for colored text console output
The documentation is on the project wiki click here.
Version 0.8.0
PIP:
pip install colorconsole
Or using distutils: easy_install colorconsole
PyPI page: