Skip to content

Commit 689c1dd

Browse files
Add files via upload
0 parents  commit 689c1dd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

logo.ico

25.4 KB
Binary file not shown.

notifications.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from plyer import notification
2+
3+
title = "My custom desktop notification"
4+
5+
message = "Subscribe CodeWithNiranjan for more awesome videos"
6+
7+
notification.notify(title = title,
8+
message = message,
9+
app_icon = "logo.ico",
10+
timeout = 10,
11+
toast = False)

0 commit comments

Comments
 (0)