Skip to main content

growlnotify(1) Python wrapper (OS X only)

Project description

https://img.shields.io/badge/Language-Python-blue.svg?style=plastic https://img.shields.io/pypi/pyversions/growlnotify.svg https://img.shields.io/pypi/v/growlnotify.svg

https://api.codacy.com/project/badge/Grade/b3ea7786516b42dfbb667cbe4fbf6d52 https://codeclimate.com/github/russianidiot/growlnotify.py/badges/gpa.svg https://landscape.io/github/russianidiot/growlnotify.py/master/landscape.svg?style=flat https://scrutinizer-ci.com/g/russianidiot/growlnotify.py/badges/quality-score.png?b=master

Install

`[sudo] pip install growlnotify`

Usage

>>> from growlnotify import growlnotify

>>> growlnotify(title,message,)

Examples

>>> 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_follow github_issues

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.31.tar.gz (2.8 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