- Notifications
You must be signed in to change notification settings - Fork0
a package to display desktop notifications on Linux
License
NotificationsYou must be signed in to change notification settings
Nurul-GC/pynotify2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pynotify2 is - or was - a package to display desktop notifications on Linux. Those are the little bubbles which tell a user about e.g. new emails.
Pynotify2 isdeprecated. Here are some alternatives:
- desktop_notify is a newer module doing essentially the same thing.
- If you're writing a GTK application, you may want to use GNotification (intro,Python API)
- For simple cases, you can run
notify-send
as a subprocess. Thepy-notifier package provides a simple Python API around this, and can also display notifications on Windows.
About
a package to display desktop notifications on Linux