habtit9
0
Q:

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!!!")
3

New to Communities?

Join the community