Skip to main content

growlnotify(1) Python wrapper (OS X only)

Project description

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"])

Examples/

Feedback github_issues gitter github_follow

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.15.tar.gz (3.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