Is there a way to read in Windows system notifications (the bubble dialogs in the lower right hand corner of the screen) using Python? I am trying to read in the text of the notification as well as the time at which it was generated, but I've been unsuccessful in locating any information on how to do this.
I have found several resources over how to generate these notifications, such as this question: How to create a system tray popup message with python? (Windows), but nothing on how to read these popups if they are generated outside of Python.
Thanks in advance for your help!