Skip to content

Commit fd7e861

Browse files
Update Readme.md
1 parent 4ea9528 commit fd7e861

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# notifylinux
2-
a python package to send desktop notification in linux
1+
## notifylinux
2+
A python package to send desktop notification in linux
3+
4+
**To install notifylinux run**
5+
6+
```pip install notifylinux```
7+
8+
**For instance**
9+
10+
```
11+
from notifylinux.linuxnotifier import Notifier
12+
13+
notify = Notifier(title="Hello Aashish", descriptions="Welcome to Linux",
14+
iconpath="/home/aashishsharma/Documents/Python Journey/Python Projects/Desktop Notifier/icon/help-about.svg", timeout=5, urgency="normal")
15+
notify.send_notification()
16+
17+
18+
```

0 commit comments

Comments
 (0)