DatGuy1 / Windows-Toasts

Python library used to send toast notifications on Windows machines
Apache License 2.0
96 stars 6 forks source link

Can we customize toast title? #146

Closed suewonjp closed 3 months ago

suewonjp commented 3 months ago

Thank you. It's a great tool.

I've read the user references, but couldn't find a way of customizing title of a toast.

Currently, title is shown as Python.

Can you kindly teach me how to change title text or do you have a plan to support it unless the tool currently does?

I think, generally, many applications use title as a means where users can identify which specific application or script has sent the notification at a glance.

DatGuy1 commented 3 months ago

If you're using WindowsToaster, it's the first parameter. If you're using InteractableWindowsToaster, see custom AUMID