Skip to main content

growlnotify(1) Python wrapper (OS X only)

Project description

https://img.shields.io/pypi/v/growlnotify.svg https://img.shields.io/pypi/pyversions/growlnotify.svg https://img.shields.io/pypi/dm/growlnotify.svg

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

github_issues - Github Issues

gitter - Chat with me (english/russian)

russianidiot.github.io/python/ - my Python packages

Project details


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page