An open API service indexing awesome lists of open source software.

https://github.com/firefly-cpp/pyqt-feedback-flow

Show feedback in toast-like notifications
https://github.com/firefly-cpp/pyqt-feedback-flow

pyqt6

Last synced: 2 months ago
JSON representation

Show feedback in toast-like notifications

Awesome Lists containing this project

README

        


pyqt-feedback-flow


Show feedback in toast-like notifications



PyPI Version

PyPI - Python Version
PyPI - Downloads

Fedora package


Downloads


Packaging status


GitHub license


GitHub Actions


GitHub repo size
GitHub commit activity

Average time to resolve an issue


Percentage of issues still open

GitHub contributors






📜 Text notification example
🖼️ Image notification example
📦 Installation
🔑 License

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. 💬🖼️


Pyqt

## 📜 Text notification example
https://user-images.githubusercontent.com/73126820/167379237-7c85467d-133e-42c9-91fd-7e85f2481267.mp4

## 🖼️ Image notification example
https://user-images.githubusercontent.com/73126820/167380818-814cc1ce-d137-4906-b5a4-84af94c46d4a.mp4

## 📦 Installation

### pip

Install this software with pip:

```sh
pip install pyqt-feedback-flow
```

### Alpine Linux

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

```sh
$ apk add py3-pyqt-feedback-flow
```

### Arch Linux

To install pyqt-feedback-flow on Arch Linux, please use an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers):

```sh
$ yay -Syyu python-pyqt-feedback-flow
```

### Fedora Linux

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

```sh
$ dnf install python3-pyqt-feedback-flow
```

## 🔑 License

This package is distributed under the MIT License. This license can be found online at .

## 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!