notify-send notify.


Keywords
alert, inform, informer, notify, notify-send, hacktoberfest
License
MIT
Install
pip install notify-send==1.1.2

Documentation

notify-send

Upload Python Package

Usage example

    from notify import notification
    notification('summary text', message='message body', app_name='myapp')

Installation

    pip install -U notify-send

Prerequisites

Ubuntu

sudo apt install libcairo2-dev libgirepository1.0-dev

Arch Linux

sudo pacman -S gobject-introspection

Development setup

    git clone https://github.com/andreztz/notify-send.git
    cd notify-send
    python -m venv venv
    source venv/bin/activate
    pip install -e .[dev]

Meta

André P. Santos – @ztzandreandreztz@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/andreztz/notify-send

Contributing

  1. Fork it (https://github.com/andreztz/notify-send/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request