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.
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'}}
https://docs.microsoft.com/en-us/uwp/schemas/tiles/toastschema/element-input