Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e9t/pyno

Python runtime notifications for Mac OS.
https://github.com/e9t/pyno

Last synced: about 17 hours ago
JSON representation

Python runtime notifications for Mac OS.

Awesome Lists containing this project

README

        

# pyno

Python notifications for Mac OS.

![](images/screenshot.png)

## Installation

pip install git+https://github.com/e9t/pyno.git

> WARNING: Those using tmux [may have some issues](https://github.com/SeTeM/pync/issues/22) (i.e., No notifications with no warning). Installing [my version of pync](https://github.com/e9t/pync) before installing pyno might solve the issue. (i.e., `pip install git+https://github.com/e9t/pync.git`

## Usage

`import pyno` (desirably) at beginning of script.

## Limitations

Works only for local + mac + Python + terminal users.

> UPDATE 2015-09-22: I use [slacker](https://github.com/os/slacker) these days, which alleviates all the limitations above.