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.10.tar.gz
(7.8 kB
view details)
File details
Details for the file growlnotify-0.0.10.tar.gz.
File metadata
- Download URL: growlnotify-0.0.10.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3abd3a0c6cd06789092c3120866937a46148acd0878acbe615bfc22f6c8d8a0b
|
|
| MD5 |
cffff035184ebea132764c4c8b14a91e
|
|
| BLAKE2b-256 |
a187818e0892486cbf5f96e411d6652e9e4332dd536b7cb49154fe514d18fced
|