Test notification

This commit is contained in:
Stefano Assenzo 2022-08-24 11:35:04 +02:00
parent c7a7412c0d
commit 4065d236e4

3
index.py Normal file
View File

@ -0,0 +1,3 @@
from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Sample Notification","Python is awesome!!!")