Cross-platform desktop notifier in Python

Here’s a desktop notifier I wrote a few years ago using wxPython – it behaves identically across Windows and Linux and should also run on OSX. It contains a threaded event loop that can be used to animate a notification window containing an icon and message that can be clicked on. It probably needs a couple of tweaks to customize it for your own purpose but the ground work is done.

Leave a Comment