↧
Desktop Notifications in Linux with Python
Libnotify is part of the Gnome project and built on top of the Gnome library. Python has bindings to Gnome and we will take advantage of them to create desktop notifications. We can set the text,...
View ArticleWindows Desktop Notifications in Python
Introduction This guide will give you two very easy ways to create desktop notifications in Windows using Python. One will use win10toast package and the other will use plyer. This guide is aimed at...
View ArticleDialog Boxes with Python
Introduction Dialog boxes are a commonly used GUI element to provide feedback to the user and also to prompt the user for information or to take an action. Some examples of common dialogs are: A simple...
View Article