Short: How do I make windows 10 notifications with a button or just making the notification clickable? ( using python)
Long: I want to make notifications in windows 10, and I want to be able to click on the notification when it pops up. When the notification is then clicked, it should execute a function. I have looked around a lot of 'solutions, but none of them seems to work. The best one I have gotten by far is from the 'Windows-10-Toast-Notifications' (win10toast), but with a modification by Charnelx. To install his code, I tried to use the following:
pip install git+https://github.com/Charnelx/Windows-10-Toast-Notifications.git#egg=win10toast
It doesn't seem to work when I try to install it though. I'm using python 3.8.9.
I hope someone can help me.