Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python toast notification

# If win10toast is not installed on your machine open the command prompt and run
# pip install win10toast
# or
# pip3 install win10toast
from win10toast import ToastNotifier
toaster = ToastNotifier()
toaster.show_toast("Sample Notification","Python is awesome!!!")
 
PREVIOUS NEXT
Tagged: #python #toast #notification
ADD COMMENT
Topic
Name
6+9 =