diff --git a/index.py b/index.py new file mode 100644 index 0000000..8737aa7 --- /dev/null +++ b/index.py @@ -0,0 +1,3 @@ +from win10toast import ToastNotifier +toaster = ToastNotifier() +toaster.show_toast("Sample Notification","Python is awesome!!!") \ No newline at end of file