0

I've been researching for a bit because I would like my python app to send a "proper" Win10 Notification. By that I mean a notification that shows up in the notification center similar to the "new email" notification from outlook etc.

What I've tried so far:

win10toast: works, but doesn't show up in the notification center and when I am in another app in fullscreen it doesn't seem to work at all. Very easy to miss

winrt: seems to not be a thing anymore in 3.10

winsdk: a fork of winrt as far as I understood. I tried this answer https://stackoverflow.com/a/66419235/7940551 with winsdk but the method "creat_toast_notifier" doesn't seem to exist anymore

nManager = notifications.ToastNotificationManager
notifier = nManager.create_toast_notifier(app)

winnotify: I can't get this to work with 3.10. I seem to be missing the package "collections" which I can't find with pip

0 Answers0