Skip to content

Commit 95ff43d

Browse files
authored
Update notifications.py
1 parent edee11e commit 95ff43d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)