/colorconsole

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.

Primary LanguagePythonOtherNOASSERTION

colorconsole

Python module for colored text console output

Documentation

The documentation is on the project wiki click here.

Installation package:

Version 0.8.0

PIP:

pip install colorconsole

Or using distutils: easy_install colorconsole

PyPI page:

https://pypi.python.org/pypi/colorconsole/0.7.2