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.18.tar.gz
(3.4 kB
view details)
File details
Details for the file growlnotify-0.0.18.tar.gz.
File metadata
- Download URL: growlnotify-0.0.18.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d3c8523e4e0e484099c43cd20abdf56abe2a99e00aa84636654dfa5a733d231
|
|
| MD5 |
6679493a7b3deee05916cf2ebb0d177a
|
|
| BLAKE2b-256 |
bee20d556fea9e82ca3025430fb423b87af9fd01b55be567cf857999a621f131
|