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 edee11e commit 95ff43dCopy full SHA for 95ff43d
Python_Begginer_Projects/Amazing/notifications.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