Installation
$ [sudo] pip install growlnotify
Functions
| function | __doc__ |
|---|---|
growlnotify.args(**kwargs) |
return a list with growlnotify cli arguments |
growlnotify.notify(**kwargs) |
run 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
growlnotify-2019.4.13.tar.gz
(1.8 kB
view details)
File details
Details for the file growlnotify-2019.4.13.tar.gz.
File metadata
- Download URL: growlnotify-2019.4.13.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e79da6aa0b7dbfdc1160ec64100c55870139dc655865aaebe03e55b9e771daf
|
|
| MD5 |
2dab5a68e6ed40185eef7e74743e6f12
|
|
| BLAKE2b-256 |
aaa66e760c7a6ddf3fc253ab09501e56c09b3f97b370821dbe26db5f909abdd7
|