A simple program using PyStray to expose the possibility of a Flet app being made a System Tray icon without any issues. This program has been tested only on Windows. I hope it works on your device too. Let me know in the issue tracker if not.
Three main requirements:
- Flet (for the GUI)
- PyStray (for the System tray icon)
- Pillow (required by PyStray for the Tray icon's image)
All these are in the requirements.txt
file. For simplicity:
pip install -r requirements.txt