mtribiere / Yeelight-Control-Center

A very simple program to control your Yeelight bulb created with Python3 GTK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yeelight-Control-Center

A very simple program to control your Yeelight bulb on LAN created with Python3 and GTK It can easily be customised to suit your needs and comes with buit-in themes you can expand

Front cover Setting menu Theme menu

Gnome dark theme highly recommended

How to launch

$> python3 yeelight_gui.py

JSON format

"dating_night": {
    "name": "Dating Night",       <-- The displayed name
    "pic": "dating_night.png",    <-- The displayed image
    "rgb": 16674750,              <-- The RGB value
    "temperature": 4600,          <-- The temperature value
    "brightness": 70              <-- The brightness value
  }

Author

Made with ♥️ by mtribiere

About

A very simple program to control your Yeelight bulb created with Python3 GTK


Languages

Language:Python 100.0%