pip install notify-send
from notify import notification
notification('body message', title='optinal')
git clone https://github.com/andreztz/notify-send.git
cd notify-send
virtualenv venv
source venv/bin/activate
pip install -e .
- 0.0.16 - The first proper release
- Work in progress
André P. Santos – @ztzandre – andreztz@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/andreztz/notify-send
- Fork it (https://github.com/andreztz/notify-send/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request