Install
github.com: pip install git+git://github.com/russianidiot/growlnotify.py.git
pypi.python.org: pip install growlnotify
download: [ -e requirements.txt ] && pip install -r requirements.txt; python setup.py install
Platforms: OSX
Usage
from growlnotify import *
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
- Chat with me (english/russian)
russianidiot.github.io/python/ - my Python packages
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.6.tar.gz
(8.4 kB
view details)
File details
Details for the file growlnotify-0.0.6.tar.gz.
File metadata
- Download URL: growlnotify-0.0.6.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b790a6a835af2a99da7b61f24d0787993e8818ca4981206bac85fa8820f56bbc
|
|
| MD5 |
bc1e9ea0e29b58f39ea1bc95912dff46
|
|
| BLAKE2b-256 |
5e58e6653f3050dbfef2c7085312c036c1a57dce6fd5462c73221e4d08d5ceea
|