https://github.com/tremby/py-colour
Colour manipulation class for Python
https://github.com/tremby/py-colour
Last synced: 3 months ago
JSON representation
Colour manipulation class for Python
- Host: GitHub
- URL: https://github.com/tremby/py-colour
- Owner: tremby
- Created: 2011-07-22T20:01:37.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2020-06-17T19:25:58.000Z (about 5 years ago)
- Last Synced: 2025-03-02T17:39:09.392Z (4 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.htmlTesting
-------python test.py >/tmp/colour.html
x-www-browser /tmp/colour.htmlSome test output (not necessarily the latest, but probably) is on the web at
http://tremby.net/colourtest.html