https://github.com/andrewpetrochenkov/growlnotify.py
:bell: growlnotify (Growl.app cli) python wrapper
https://github.com/andrewpetrochenkov/growlnotify.py
macos python
Last synced: 2 months ago
JSON representation
:bell: growlnotify (Growl.app cli) python wrapper
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/growlnotify.py
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2018-06-28T16:12:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T20:59:45.000Z (over 5 years ago)
- Last Synced: 2025-02-26T09:41:59.174Z (over 1 year ago)
- Topics: macos, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://pypi.org/project/growlnotify/)
[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/growlnotify.py/actions)
### Installation
```bash
$ [sudo] pip install growlnotify
```
#### Examples
```python
>>> import growlnotify
>>> growlnotify.notify(t="title",m="message") # -t "title" -m "message"
>>> growlnotify.notify(title="title",message="message") # --title "title" --message "message"
```
`-s`, `--sticky`
```python
>>> growlnotify.notify(title="title",s=True) # -s
>>> growlnotify.notify(title="title",sticky=True) # --sticky
```
growlnotify keys
```bash
$ growlnotify --help
```
#### Links
+ [growl.info](http://growl.info/)