Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chapainaashish authored Dec 25, 2021
1 parent 4ea9528 commit fd7e861
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# notifylinux
a python package to send desktop notification in linux
## notifylinux
A python package to send desktop notification in linux

**To install notifylinux run**

```pip install notifylinux```

**For instance**

```
from notifylinux.linuxnotifier import Notifier
notify = Notifier(title="Hello Aashish", descriptions="Welcome to Linux",
iconpath="/home/aashishsharma/Documents/Python Journey/Python Projects/Desktop Notifier/icon/help-about.svg", timeout=5, urgency="normal")
notify.send_notification()
```

0 comments on commit fd7e861

Please sign in to comment.