Skip to content

Modified Toast notifications for Windows 10 and 11 based on WinRT for dictionary usage.

License

Notifications You must be signed in to change notification settings

dzashivalov/win11toast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python PyPI

win11toast

Toast notifications for Windows 10 and 11 based on WinRT
This is a fork of win11toast project.
It's been modified for work inputs with a dictionary.

Dictionary Usage

from win11toast import toast

inputs = {'id0': ["title0", "placeHolder0"], 'id1': ["title1", "placeHolder1"], 'id2': ["title2", "placeHolder2"]}
toast("Inputs with dictionary", "Type anything", inputs=inputs, button='Send')
# {'arguments': 'http:Send', 'user_input': {'id0': 'value0', 'id2': 'value2', 'id1': 'value1'}}

image

https://docs.microsoft.com/en-us/uwp/schemas/tiles/toastschema/element-input

About

Modified Toast notifications for Windows 10 and 11 based on WinRT for dictionary usage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%