https://github.com/afichet/candela
Application to control Philips Hue lights
https://github.com/afichet/candela
hue philips
Last synced: about 1 year ago
JSON representation
Application to control Philips Hue lights
- Host: GitHub
- URL: https://github.com/afichet/candela
- Owner: afichet
- License: mit
- Created: 2020-06-21T00:16:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T23:16:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T13:38:04.181Z (over 1 year ago)
- Topics: hue, philips
- Language: Python
- Size: 2.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.com/afichet/candela)
# Candela
Application to control Philips Hue lights.


# Installation
## Dependencies
This program uses phue and Qt (PySide2).
```
pip3 install phue
pip3 install fbs PySide2
pip3 install requests
pip3 install --upgrade PyInstaller==3.5
```
## Run
```
fbs run
```
## Build
```
fbs freeze
fbs installer
```
Depending on your platform, an installer is created in `target` folder.
# License
This application uses icons from [fontawesome.com](https://fontawesome.com/). See the license there: [https://fontawesome.com/license](https://fontawesome.com/license)