Search code examples
pythonpython-3.xwindows-10toast

win10toast python change program title in notification center


I am using the win10toastpersist module, and I am wondering how I can change the "Python" title in the notification center to a custom value.

enter image description here


Solution

  • Are you using show_toast method? If, then there you can pass the title parameter.

    Also, if possible show us your code.