Skip to main content

dbusnotify is a library for creating desktop notifications using the freedesktop.org notification spec

Project description

#+TITLE: dbusnotify - freedesktop.org notifications library

* Overview
/dbusnotify/ is a python library for creating desktop notifications using the freedesktop.org notification specification.

* Usage
The following example shows how to create a simple notification with an icon
#+BEGIN_SRC python
import dbusnotify
dbusnotify.write(
'Volume is <u>muted</u>',
title='Audio Status',
icon='audio-volume-muted',
poptime=20,
)
#+END_SRC

[[file:examples/images/dbusnotify_readme_example.png]]

- [[file:examples][Additional examples]]

* Installation
You can install from pypi using pip
#+BEGIN_SRC sh
pip install --user dbusnotify
#+END_SRC

Alternatively, you can get the development version from github
#+BEGIN_SRC sh
git clone https://github.com/frostidaho/python-dbusnotify.git
pip install --user ./python-dbusnotify
#+END_SRC



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbusnotify-0.0.2.tar.gz (46.2 kB view hashes)

Uploaded Source

Built Distribution

dbusnotify-0.0.2-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page