We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7511fe1 commit 967e5b9Copy full SHA for 967e5b9
Python_Begginer_Projects/Amazing/notifier.py
@@ -0,0 +1,8 @@
1
+from plyer import notification
2
+# Send notification
3
+notification.notify(
4
+title="Reminder",
5
+message="Take a break and stretch!",
6
+app_name="Python Notifier",
7
+timeout=10
8
+)
0 commit comments