notify-send

View project on GitHub

Overview

Displays a notification suitable for the platform being run on.

Example

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

Installation

$ pip install notify-send

Prerequisites

Ubunut

$ sudo apt install libcairo2-dev libgirepository1.0-dev

Arch Linux

$ sudo pacman -S gobject-introspection

License

MIT, see LICENSE for more details.