Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tremby/py-colour

Colour manipulation class for Python
https://github.com/tremby/py-colour

Last synced: about 2 months ago
JSON representation

Colour manipulation class for Python

Awesome Lists containing this project

README

        

colour
======

A colour manipulation class with Python 2 and 3 support.

Demo
----

See the link to some test output below.

Installation
------------

Install from PyPI:

sudo pip install py-colour

Or install from source by cloning this repository and running

sudo python setup.py install

Usage
-----

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

Testing
-------

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