Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

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

Supported by

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