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
- Host: GitHub
- URL: https://github.com/firefly-cpp/pyqt-feedback-flow
- Owner: firefly-cpp
- License: mit
- Created: 2021-12-23T13:48:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T21:49:17.000Z (6 months ago)
- Last Synced: 2025-04-12T18:14:53.260Z (2 months ago)
- Topics: pyqt6
- Language: Python
- Homepage:
- Size: 723 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
pyqt-feedback-flow
Show feedback in toast-like notifications
📜 Text notification example •
🖼️ Image notification example •
📦 Installation •
🔑 LicenseOn 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
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!