GitHub30 / win11toast

Toast notifications for Windows 10 and 11 based on WinRT
https://pypi.org/project/win11toast/
MIT License
227 stars 15 forks source link

Remove the 'title'? #28

Open Appolon24800 opened 9 months ago

Appolon24800 commented 9 months ago

I want to know if its possible to remove or change this title

image

M-A-Naderi commented 9 months ago

I want too

SurajBhari commented 9 months ago

you can pass empty space in app_id

from win11toast import toast

toast('Hello', 'Hello from Python', app_id=' ')

image

or something different to show something different

quick Tip. if you open your powershell and type Get-StartApps and use app id of any app then the notification will come as that application.