GitHub30/win11toast

Hopes that some parameters can be customized without being written

Nicolasking007 opened this issue · 1 comments

  • Hope app_id ... can be customized without having to write it. Although I modified it myself
  • A very useful project Thank you very much !

Thank you for your comment. It can be customized with the app_id argument.

pip install -U win11toast
from win11toast import toast

toast('Hello Python🐍', app_id='Microsoft.WindowsTerminal_8wekyb3d8bbwe!App')

image

changes 82135f4

List app ids

Get-StartApps

image