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"])
russianidiot.github.io/python/ - Python packages
russianidiot.github.io/cli/ - command line scripts
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.12.tar.gz
(3.2 kB
view details)
File details
Details for the file growlnotify-0.0.12.tar.gz.
File metadata
- Download URL: growlnotify-0.0.12.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8f0e02aa968fddb3b2f1fbbabe81cf8554b45da4a41eb6df915b89622de1aca
|
|
| MD5 |
eb59357169842e7de2e0c896fa2e85bc
|
|
| BLAKE2b-256 |
7a922926db13df60ffa8e2887e47d0ccebfa4298a61977e0a0dd4b62ee907a8b
|