Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python windows notification

from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Sample Notification","Python is awesome!!!")
 
PREVIOUS NEXT
Tagged: #python #windows #notification
ADD COMMENT
Topic
Name
9+1 =