CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Minimise App to Systray

Open svn-josh opened this issue 1 year ago • 1 comments

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

svn-josh avatar Jun 04 '24 08:06 svn-josh

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/

dipeshSam avatar Jun 04 '24 12:06 dipeshSam