syabruk / pync

Python wrapper for Mac OS 10.8 Notification Center

Home Page:https://pypi.org/project/pync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nicer way of depending on Terminal Notifier

vaidik opened this issue · comments

I see that pync tries to download Terminal Notifier, which is a different non-python project, after installation. That creates problems for people who would like to use pync globally and not in a virtualenv because at the time of the first run, the application must be running with root's rights.

A nicer way of installing TermincalNotifier would be to have TerminalNotifier inside this repo and packaging it along with pync.

I'll try to look into this since I am interested in using this project.

Good idea! It would be great if you send PR with terminal-notifier inside this repo.