CustomTkinter
CustomTkinter copied to clipboard
Minimise App to Systray
I cant figure out how to Minimise to systray instead of exeting the app. Any Ideas?
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/