There are a few answers floating around about about how to create windows notifications in python (like this one). Each one of those creates their own little taskbar utility, spawns the notifications, then kills the utility once the notification is finished.
I have a windows taskbar utility heavily based on the code found here.
I am curious how someone would add notification functionality that is bound to the existing taskbar utility (using pywin32 and not an external module). Admittedly I am not super comfortable with win32py code so if you could break down how it works that would be even better.