I\'d like to know how to create a system tray popup message with python. I have seen those in lots of softaware, but yet difficult to find resources to do it easily with any
You will need to use a 3rd party python GUI library or the pywin32 library. TkInter, the GUI toolkit that comes bundled with python does not support system tray pop ups.
Multiform neutral libraries that support working with the system tray:
Windows specific library that supports working with the system tray:
Information/example of system tray pop ups using wxpython on windows: