Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 775 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 775 Bytes

Flet as System Tray Icon

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.

Requirements

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

Capture

tray gif