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.33.tar.gz
(2.8 kB
view details)
File details
Details for the file growlnotify-0.0.33.tar.gz.
File metadata
- Download URL: growlnotify-0.0.33.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb0e21374b653a3d6c578c0d03c5eac0d47941ba6b2b2679c3f8a1d372357f94
|
|
| MD5 |
a5b54a28478815a2053688225c9e61b5
|
|
| BLAKE2b-256 |
21dfeaa5a7bf7ef1c76d8c72acbc2e154bcc198385dc2e63a96b3d2326f669c8
|