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"])
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.32.tar.gz
(2.8 kB
view details)
File details
Details for the file growlnotify-0.0.32.tar.gz.
File metadata
- Download URL: growlnotify-0.0.32.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e1431cd6ba301c8ba7245bdadc9065500bd9cf3355f3edc6627a8012df26ce2
|
|
| MD5 |
3578966cfea9b7f49607beaa792b2de5
|
|
| BLAKE2b-256 |
95047279a5dcedaad391b976b56427e91ebfdca9777d66a6eac9f0d06a1a7ad6
|