psgtray
psgtray copied to clipboard
System Tray Icon for PySimpleGUI (the tkinter version). Adds a system tray icon by using pystray and PIL
Hello, I am looking to get a left- /right click on the tray icon so I can create my own window on click. Is there any way to do that...
When run the sample code on mac os 11.6. I got a error:`AttributeError: 'Icon' object has no attribute '_status_item'`
Is it possible to add icon to buttons + is it possible to make a system to check / uncheck options
OS: Devuan (Debian 12 Bookworm) Userland: X11 Python version: 3.11.1 Virtual environment: Yes(Poetry), but also seen on the system too stdout: ```bash $ python3.11 sgtraytest.py Traceback (most recent call last):...
Closes: #9 Catches the exception to prevent the mainloop from crashing. Doesn't actually patch the issue.