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.34.tar.gz
(2.8 kB
view details)
File details
Details for the file growlnotify-0.0.34.tar.gz.
File metadata
- Download URL: growlnotify-0.0.34.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b9b82cdb75b0aefc2d6d36c2aa889ef69a243396c18028ce356659b6aac6703
|
|
| MD5 |
4a3aecf80a7c6304d4b2786e0affbd6e
|
|
| BLAKE2b-256 |
c4170ba6505e44cf702dc19042832dd3918ae515d529baa5777326e763f258ad
|