Skip to content

ndonkoHenri/Flet-as-System-Tray-Icon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of a Flet app as a system tray icon.

Topics

Resources

Stars

Watchers

Forks

Languages