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

https://github.com/rec/colorsphere

An RGB color picker where the colors are arranged in a 3D sphere.
https://github.com/rec/colorsphere

Last synced: over 1 year ago
JSON representation

An RGB color picker where the colors are arranged in a 3D sphere.

Awesome Lists containing this project

README

          

# colorsphere

An RGB color picker where the colors are arranged in a 3D sphere.

To install from this directory:

1. Create a new virtualenv
2. `python setup.py install`

To test:

Run on a terminal with no dependencies:

`python -m colorsphere`

Or install `xled` and use

`python -m colorsphere.xled_launcher`