4

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!

Community
  • 1
  • 1
Michelle
  • 41
  • 3
  • 1
    I am interested in this as well. I've found [this gTraySpy library](https://app.assembla.com/spaces/gTraySpy/subversion/source) should do the trick, but it's not easy to wrap it in python. I hope somebody could post an example code as an answer... – eadmaster Dec 05 '17 at 08:48
  • Does the answer to the similar questions in the following thread answer your question? https://stackoverflow.com/questions/64043297/how-can-i-listen-to-windows-10-notifications-in-python – thetillhoff Sep 25 '22 at 18:08

0 Answers0