NotifyOSD
Create custom notification on your Ubuntu desktop using python
You can easily create custom notifications for your applications on ubuntu. Ubuntu’s current notification system is called NotifyOSD. It provides api for several languages. Using python-notify library it is really so easy than in any other.
Ubuntu by default have the python-notify installed. If don’t install it using
sudo apt-get install python-notifyNo Comments
