Skip to content

Commit 967e5b9

Browse files
authored
Create notifier.py
A python program to send notifications
1 parent 7511fe1 commit 967e5b9

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)