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.17.tar.gz
(3.4 kB
view details)
File details
Details for the file growlnotify-0.0.17.tar.gz.
File metadata
- Download URL: growlnotify-0.0.17.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c19dfae427eef77c431b154330e055db60dd5121862c1046de1acc1371faed3b
|
|
| MD5 |
9ebefe95f2c36269ad92884bb16c7928
|
|
| BLAKE2b-256 |
3352f6093743315dfe4fd13184c68d9a28d8364c5038b86757889b7accf4f6c1
|