Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tremby/py-colour
- Owner: tremby
- Created: 2011-07-22T20:01:37.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-17T19:25:58.000Z (over 4 years ago)
- Last Synced: 2024-11-16T09:19:20.786Z (2 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