Install
`[sudo] pip install growlnotify`
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"])
Feedback
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
growlnotify-1.0.0.tar.gz
(2.8 kB
view details)
File details
Details for the file growlnotify-1.0.0.tar.gz.
File metadata
- Download URL: growlnotify-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fc0f3c121fab068dcc3166cecfe07753ff42f12c91ceed5eb57c19ca5bc7723
|
|
| MD5 |
de3128219cac85011e322bf64ac28ac6
|
|
| BLAKE2b-256 |
07c2b7251fde256a0b4d33bd4cd6621f0ede35e31f8d2bc2722f8191253ed50b
|