Install
[sudo] pip install growlnotify
Usage
>>> from growlnotify import growlnotify
>>> growlnotify(title,message,)
Example
>>> 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.13.tar.gz
(3.3 kB
view details)
File details
Details for the file growlnotify-0.0.13.tar.gz.
File metadata
- Download URL: growlnotify-0.0.13.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb3313cc8ed276684fb1b861eb94b0ec9323a6900bcccfd2c421b06f3ba93eb7
|
|
| MD5 |
e8d5336c2561e80f34db4aa1b1fd5e23
|
|
| BLAKE2b-256 |
e420ea5dfe2812fe4a9d5687f9bc6c86689ef51661ee53b80a630a0ce24cafd8
|