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-0.0.35.tar.gz
(2.7 kB
view details)
File details
Details for the file growlnotify-0.0.35.tar.gz.
File metadata
- Download URL: growlnotify-0.0.35.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06847da94f6f592c9360077c99dc133c70258386df7b9b513ea9fff0965e7220
|
|
| MD5 |
a912979a0b6819669a4f89b46f8dfe07
|
|
| BLAKE2b-256 |
d831d872adcb63b2ba6485b963e20d3e2828b4db33f45ecff6a17d811c2fc1e3
|