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.31.tar.gz
(2.8 kB
view details)
File details
Details for the file growlnotify-0.0.31.tar.gz.
File metadata
- Download URL: growlnotify-0.0.31.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5384d241147fa046666c367be58d8381273069d59613c89dc72cbf16c4bbeec
|
|
| MD5 |
6e6d79e9a87ee0dd064d9d69673a3e90
|
|
| BLAKE2b-256 |
412e12fd5b0f83ee3e8e48d3bc4388cce485def099fd1fc99e61bbbcdfde2868
|