Tuya Tray is an application utilising the Tuya API to automatically create a taskbar application to control SmartLife/Tuya lights.
Tuya Tray requires Python 3 to run.
Install the requirements and run the script.
$ pip install -r requirements.txt
$ python tuya-tray.py
You will also need to alter the config.json file with the following:
{"username":"example@domain.com","password":"YOURPASS","country_code":"44","application":"tuya"}