Skip to main content

growlnotify(1) Python wrapper (OS X only)

Project description

https://img.shields.io/pypi/pyversions/growlnotify.svg?maxAge=86400

https://www.codefactor.io/repository/github/looking-for-a-job/growlnotify.py/badge https://codeclimate.com/github/looking-for-a-job/growlnotify.py/badges/gpa.svg https://img.shields.io/scrutinizer/g/looking-for-a-job/growlnotify.py.svg https://bettercodehub.com/edge/badge/looking-for-a-job/growlnotify.py?branch=master https://sonarcloud.io/api/project_badges/measure?project=growlnotify.py&metric=code_smells

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

https://img.shields.io/github/followers/looking-for-a-job.svg?style=social&label=Follow&maxAge=86400 https://img.shields.io/github/stars/looking-for-a-job/growlnotify.py.svg?style=social&label=Stars&maxAge=86400 https://img.shields.io/github/issues/looking-for-a-job/growlnotify.py.svg?maxAge=86400

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-1.0.1.tar.gz (2.3 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