A collection of light controllers written in Python, for use with Philips Hue and other smart lighting systems.
Project available on GitHub.
- Python 3 (https://www.python.org/downloads/)
- Install Dependencies:
pip3 install -r requirements.txt
- Install Local Packages:
- Hue Controls:
pip3 install -e hue
- Light Controls:
pip3 install -e lightcontrol
- Hue Controls:
- Animation Test:
python3 test_animation.py
- Audio Animation Test:
python3 test_audio_animation.py
- Requires Package: LuminaryAudio
@harrischristiansen - HarrisChristiansen.com (code@harrischristiansen.com)