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.14.tar.gz
(3.3 kB
view details)
File details
Details for the file growlnotify-0.0.14.tar.gz.
File metadata
- Download URL: growlnotify-0.0.14.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bac0f182bfc18d2c9e8970d05e058dcf44504c3d7779bec234470bccc43c6d03
|
|
| MD5 |
2ab31c74258b4d146e47fae9b935f925
|
|
| BLAKE2b-256 |
b5db673aa0e6b312c7d7b813908b95383eb64bb71e832f5e29cbe138425dcd78
|