growlnotify (Growl.app cli) python wrapper


Keywords
growlnotify, macos, python
License
Unlicense
Install
pip install growlnotify==2020.12.3

Documentation

Installation

$ [sudo] pip install growlnotify

Examples

>>> import growlnotify
>>> growlnotify.notify(t="title",m="message")           # -t "title" -m "message"
>>> growlnotify.notify(title="title",message="message") # --title "title" --message "message"

-s, --sticky

>>> growlnotify.notify(title="title",s=True)       # -s
>>> growlnotify.notify(title="title",sticky=True)  # --sticky

growlnotify keys

$ growlnotify --help

Links

readme42.com