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.
- Host: GitHub
- URL: https://github.com/rec/colorsphere
- Owner: rec
- License: mit
- Created: 2021-10-10T12:58:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T21:56:06.000Z (over 4 years ago)
- Last Synced: 2025-02-13T18:53:04.498Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`