Python Forum
script that handle windows notifications. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: script that handle windows notifications. (/thread-25745.html)



script that handle windows notifications. - darktitan - Apr-10-2020

Have any one got any idea how to handle windows notifications? I have searched every where about this.
I need to just make a script that detects a windows notification and press it.


RE: script that handle windows notifications. - Mateusz - Apr-10-2020

Check this out
https://github.com/jithurjacob/Windows-10-Toast-Notifications

EDIT: Sorry, you want to detect... my bad. Checkout pywin32 library for detecting window on some x y coordinates on your desktop.