Search code examples
pythonwindowsnotifications

Notification using python


Is it possible to add a notification in windows using python? Like a notification box with some information about an update or something

In windows if you didn't already figure that by this picture..

notification


Solution

  • You can use Jason Chen's balloontip.py for this. It's almost 50 lines of code so I won't be pasting it here.

    Seems to work in Windows 10 as well.

    Thanks to zack for finding this gem.