CMD + K

pync

Community

Python Wrapper for Mac OS 10.8 Notification Center

Installation

To install this package, run one of the following:

Conda
$conda install akode::pync

Usage Tracking

1.6.1
1 / 8 versions selected
Total downloads: 0

Description

pync

A simple Python wrapper around the terminal-notifier command-line tool (version 1.6.1), which allows you to send User Notifications to the Notification Center on Mac OS X 10.8, or higher.

Screenshot

Installation

pip install pync

or

pip install git+https://github.com/SeTeM/pync.git

or

git clone git://github.com/SeTeM/pync.git
cd pync
python setup.py install

Usage

For full information on all the options, see the tool’s README.

Examples:

from pync import Notifier

Notifier.notify('Hello World')
Notifier.notify('Hello World', title='Python')
Notifier.notify('Hello World', group=os.getpid())
Notifier.notify('Hello World', activate='com.apple.Safari')
Notifier.notify('Hello World', open='http://github.com/')
Notifier.notify('Hello World', execute='say "OMG"')

Notifier.remove(os.getpid())

Notifier.list(os.getpid())

License

All the works are available under the MIT license. Except for ‘Terminal.icns’, which is a copy of Apple’s Terminal.app icon and as such is copyright of Apple.

See LICENSE for details.

About

Summary

Python Wrapper for Mac OS 10.8 Notification Center

Information Last Updated

Mar 25, 2025 at 16:23

License

MIT

Total Downloads

71

Platforms

macOS 64 Version: 1.6.1