A colour manipulation class with Python 2 and 3 support.
See the link to some test output below.
Install from PyPI:
sudo pip install py-colour
Or install from source by cloning this repository and running
sudo python setup.py install
See the documentation in the colour.py class, or use pydoc.
pydoc colour
Alternatively, some pydoc output (not necessarily the latest, but probably) is on the web at http://tremby.net/colour.html
python test.py >/tmp/colour.html
x-www-browser /tmp/colour.html
Some test output (not necessarily the latest, but probably) is on the web at http://tremby.net/colourtest.html