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.19.tar.gz
(2.8 kB
view details)
File details
Details for the file growlnotify-0.0.19.tar.gz.
File metadata
- Download URL: growlnotify-0.0.19.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c15961e3bea46f4e536b2f0aea0fb1d43275aedfa21b5abe9cf02031581554e6
|
|
| MD5 |
ed5ba72d9bef4d84481c37d6b607eadf
|
|
| BLAKE2b-256 |
180068aebe38b9fa94ac983b54d48a0cd1560ca563be5882a77a9408fe5dddb6
|