TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.77k stars 1.03k forks source link

Minimise App to Systray #2454

Open svn-josh opened 1 month ago

svn-josh commented 1 month ago

I cant figure out how to Minimise to systray instead of exeting the app. Any Ideas?

dipeshSam commented 1 month ago

It's a recommended feature must be built-in to customtkinter. @TomSchimansky should look into this matter.

For instance, try to use pystray library. You can install it using pip as pip install pystray.

Helpful links: https://www.pythontutorial.net/tkinter/tkinter-system-tray/