Python program for controlling Philips HUE.
- Screen color: This program will change the lights based on the screen color of the center of your screen.
- Sesse chess: Read chess positions from analysis.sesse.net and change lights based on how well your favourite chess player (Carlsen) is doing.
- phue : install with
pip install phueorsudo easy_install phueif using distutils. - PIL : install with
pip install Pillow(required by screen_color.py, can be skipped) - Only tested on python-3.5