From 4065d236e4fcf975d2a83874b12bcdb41684b252 Mon Sep 17 00:00:00 2001 From: Stefano Assenzo Date: Wed, 24 Aug 2022 11:35:04 +0200 Subject: [PATCH] Test notification --- index.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.py 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