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

Hopes that some parameters can be customized without being written #6

Closed Nicolasking007 closed 1 year ago

Nicolasking007 commented 1 year ago
GitHub30 commented 1 year ago

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 https://github.com/GitHub30/win11toast/commit/82135f4ff6c613789216e4c26c51adb1c7789d95

List app ids

Get-StartApps

image