I modified Simon Brunning's epic example (original can be found here) to include an example of how to have a windows system tray icon display a popup on demand. Here's the coding: https://docs.google.com/document/d/1xySFrLgSAiTfymgCQvW4bpsva_rzkwOqkcsoYWhN0a0/edit?usp=sharing The differences are: Added a new method to the sysTrayIcon class called "set_popup". This is where win32 api does it's magic … Continue reading Windows system tray popups using Python
Windows system tray popups using Python
You must be logged in to post a comment.