PySimpleGUI
PySimpleGUI
Note that this project is an evolution of the previously suggested project Hanash https://github.com/mahmoud/awesome-python-applications/issues/102 That application was placed on a "revisit list". There were not enough commits at the time...
TIP - The User Settings API may work for your settings file since you're using a JSON file. It may save a lot of code while providing the same functionality...
Yea, at the moment I don't have an option to create a taskbar icon for no-titlebar windows or windows that have a custom titlebar. It's great for "Rainmenter" type of...
Thank you for the idea. I not only added a new capability to PySimpleGUI, but I also figured out a nice way to "patch" when an older version of PySimpleGUI...
The repo has an example of a "Windowless" program. You must have a PySimpleGUI window, however, it doesn't have to ever be visible. https://github.com/PySimpleGUI/psgtray/blob/main/Demo_System_Tray_Icon_psgtray_No_Window.py Have your event loop create a...
BTW, the reason for the requirement of the window in this use of PySimpleGUI is that the events from the system tray come _**through**_ the window as events. You need...
Can you post the entire error message?
The System Tray feature is being supplied by a package named pystray... which reminds me that my readme certainly needs to be updated to reflect this. You'll find that package...
I'll join in with you over there.... not going to leave you to figure it out on your own....
Thanks much for reporting, and for those screenshots! Excellent issue reporting! A+++ for content alone. Was there an upgrade to the Apple software recently? Did you notice this starting to...