Metadata-Version: 2.1
Name: pyqt-feedback-flow
Version: 0.1.2
Summary: Show feedbacks in toast-like notifications
Author: Iztok Fister Jr.
Author-email: iztok@iztok-jr-fister.eu
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyQt5 (>=5.15.6,<6.0.0)
Requires-Dist: emoji (>=1.6.1,<2.0.0)
Description-Content-Type: text/markdown

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

## Motivation
This is a very simple module that was developed as a part of our [AST application](https://arxiv.org/pdf/2109.13334.pdf) for showing simple notifications during the cycling training sessions, in order to pass on a cyclist`s essential information, as well as information that can be submitted by a sport trainer.

This software allows us to show notification in the realm of a text or a picture. It was shown that flowing feedback is
more appropriate for a cyclist than static notification or pop up windows. It was tailored to our project, but the project can easily be adjusted for particular special needs. It can also be integrated into existing PyQt projects very easily.

It was not intended to be released as a separate module, but it may inspire someone to provide updates
or extensions to this module. Currently, the project is still very immature. It was just used in simple
practical tests with our AST-GUI.

## Installation

### pip3

Install this software with pip3:

```sh
pip3 install 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!

