Install
`[sudo] pip install growlnotify`
Usage
>>> from growlnotify import growlnotify
>>> growlnotify(title,message,)
Examples
>>> growlnotify("title")
>>> growlnotify(u"unicode") # unicode
>>> growlnotify("title",message="message") # message
>>> growlnotify("title",sticky=True) # sticky
import os
>>> growlnotify("title",message="message",app="Finder",url="file://%s" % os.environ["HOME"])
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
growlnotify-1.0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file growlnotify-1.0.1.tar.gz.
File metadata
- Download URL: growlnotify-1.0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2deb0555e02d058f0472cca4b9e1cf64ab77a30aefbb55227c5f3c34f35edf8f
|
|
| MD5 |
887385a61c66cf1391ce4cfdad5b0ef1
|
|
| BLAKE2b-256 |
43ed130bf5f12049207b47570a2cc4ee621e840fb4e199ec9c6300aaf44891cd
|