Skip to main content

growlnotify(1) Python wrapper (OS X only)

Project description

Install

github.com: pip install git+git://github.com/russianidiot/growlnotify.py.git

pypi.python.org: pip install growlnotify

download: python setup.py install or setup.py/.setup.py develop.command

Platforms: OSX

Usage

from growlnotify import *

growlnotify("title")

growlnotify(u"хуй") # 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"])

Tested: python 2.6, 2.7, 3+

Bug Tracker: github.com/russianidiot/growlnotify.py/issues

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.0.tar.gz (5.2 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