Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 922 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 922 Bytes

Python LightControls

Synopsis

A collection of light controllers written in Python, for use with Philips Hue and other smart lighting systems.

Project available on GitHub.

Setup

  • 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

Tests: cd tests

  • Animation Test: python3 test_animation.py
  • Audio Animation Test: python3 test_audio_animation.py

Contributors

@harrischristiansen - HarrisChristiansen.com (code@harrischristiansen.com)