Skip to content

firefly-cpp/pyqt-feedback-flow

Repository files navigation

pyqt-feedback-flow --- Show feedback in toast-like notifications


PyPI Version PyPI - Python Version PyPI - Downloads Downloads GitHub repo size GitHub license GitHub commit activity Average time to resolve an issue Percentage of issues still open Fedora package Packaging status DOI

Pyqt

Description 📋

On many occasions, notifications can be a valuable tool to inform a user about specific events. Sometimes, static notifications or pop-up windows may provide adequate feedback; however, there are some cases where flowing notifications can be more appropriate. ✨

This software allows us to show flowing notifications in the realm of a text or a picture. Both text and pictures (raster and vector) can be customized according to the user's wishes, which offers a wide variety of possibilities for providing flowing feedback. 💬🖼️

Text notification example 📜

Text.mp4

Image notification example 🖼️

Image.mp4

Installation 📦

pip

Install this software with pip:

pip install pyqt-feedback-flow

Alpine Linux

To install pyqt-feedback-flow on Alpine Linux, use:

$ apk add py3-pyqt-feedback-flow

Arch Linux

To install pyqt-feedback-flow on Arch Linux, please use an AUR helper:

$ yay -Syyu python-pyqt-feedback-flow

Fedora Linux

To install pyqt-feedback-flow on Fedora Linux, use:

$ dnf install python3-pyqt-feedback-flow

License

This package is distributed under the MIT License. This license can be found online at http://www.opensource.org/licenses/MIT.

Disclaimer

This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!