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"])
Sources:
russianidiot.github.io/python/ - Python packages
russianidiot.github.io/cli/ - command line scripts
README.rst - generated with readmemako.py (python+ mako templates) and .README dotfiles
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.9.tar.gz
(7.6 kB
view details)
File details
Details for the file growlnotify-0.0.9.tar.gz.
File metadata
- Download URL: growlnotify-0.0.9.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d01b6cee8e10ef55686e601ff130a6a64b1732a164d1238bd63370d8a22079b1
|
|
| MD5 |
75ececa6d20b9293f21831de88425204
|
|
| BLAKE2b-256 |
880e56eda8b5e6eb491fb67dca95c4ba6817ca4abf00b9f4e3361ece64bc8088
|