Why is this simple python toast notification not working?

后端 未结 2 1438
星月不相逢
星月不相逢 2021-01-06 10:25

I would like to create a simple toast notification using python v3.6 on Windows10 machine.

I am using this python library.

https://github.com/jithurjacob/Win

相关标签:
2条回答
  • 2021-01-06 11:06

    go to bottom right, click action center, now click at the top right corner where it says manage notifications, now enable the button under the title 'Notifications' if it is disabled and probably because of this reason win10toast was unable to perform the desired task. and now it works absolutely! :) Thank you!

    0 讨论(0)
  • 2021-01-06 11:30

    I discovered the solution to my question. The toast notifications have been suppressed by Windows 10 Action Center. At the bottom right corner, click the Action Center icon. For my PC, the "Quiet Hours" setting was turned on. After I disable "Quiet Hours", toast notifications can appear.

    The python library win10toast works perfectly fine after Action Center settings are correctly set.

    0 讨论(0)
提交回复
热议问题