pyqt-feedback-flow


Namepyqt-feedback-flow JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/firefly-cpp/pyqt-feedback-flow
SummaryShow feedback in toast-like notifications
upload_time2023-12-26 08:06:22
maintainer
docs_urlNone
authorIztok Fister Jr.
requires_python>=3.9,<4.0
license
keywords notifications toast pyqt6
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyqt-feedback-flow --- Show feedback in toast-like notifications

---

[![PyPI Version](https://img.shields.io/pypi/v/pyqt-feedback-flow.svg)](https://pypi.python.org/pypi/pyqt-feedback-flow)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyqt-feedback-flow.svg)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pyqt-feedback-flow.svg)
[![Downloads](https://pepy.tech/badge/pyqt-feedback-flow)](https://pepy.tech/project/pyqt-feedback-flow)
![GitHub repo size](https://img.shields.io/github/repo-size/firefly-cpp/pyqt-feedback-flow?style=flat-square)
[![GitHub license](https://img.shields.io/github/license/firefly-cpp/pyqt-feedback-flow.svg)](https://github.com/firefly-cpp/pyqt-feedback-flow/blob/master/LICENSE)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/firefly-cpp/pyqt-feedback-flow.svg)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/firefly-cpp/pyqt-feedback-flow.svg)](http://isitmaintained.com/project/firefly-cpp/pyqt-feedback-flow "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/firefly-cpp/pyqt-feedback-flow.svg)](http://isitmaintained.com/project/firefly-cpp/pyqt-feedback-flow "Percentage of issues still open")
[![Fedora package](https://img.shields.io/fedora/v/python3-pyqt-feedback-flow?color=blue&label=Fedora%20Linux&logo=fedora)](https://src.fedoraproject.org/rpms/python-pyqt-feedback-flow)
[![Packaging status](https://repology.org/badge/tiny-repos/python:pyqt-feedback-flow.svg)](https://repology.org/project/python:pyqt-feedback-flow/versions)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10431480.svg)](https://doi.org/10.5281/zenodo.10431480)

![Pyqt](https://user-images.githubusercontent.com/73126820/167383927-6fe17311-4e80-42fc-a0ef-1494b4c58762.png)

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/firefly-cpp/pyqt-feedback-flow",
    "name": "pyqt-feedback-flow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "notifications,toast,pyqt6",
    "author": "Iztok Fister Jr.",
    "author_email": "iztok@iztok-jr-fister.eu",
    "download_url": "https://files.pythonhosted.org/packages/4e/e2/0d774b0a2f9bcafd4b9ae6475e6d6e644fe0cca70573398edf6de7b77f80/pyqt_feedback_flow-0.3.3.tar.gz",
    "platform": null,
    "description": "# pyqt-feedback-flow --- Show feedback in toast-like notifications\n\n---\n\n[![PyPI Version](https://img.shields.io/pypi/v/pyqt-feedback-flow.svg)](https://pypi.python.org/pypi/pyqt-feedback-flow)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyqt-feedback-flow.svg)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/pyqt-feedback-flow.svg)\n[![Downloads](https://pepy.tech/badge/pyqt-feedback-flow)](https://pepy.tech/project/pyqt-feedback-flow)\n![GitHub repo size](https://img.shields.io/github/repo-size/firefly-cpp/pyqt-feedback-flow?style=flat-square)\n[![GitHub license](https://img.shields.io/github/license/firefly-cpp/pyqt-feedback-flow.svg)](https://github.com/firefly-cpp/pyqt-feedback-flow/blob/master/LICENSE)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/firefly-cpp/pyqt-feedback-flow.svg)\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/firefly-cpp/pyqt-feedback-flow.svg)](http://isitmaintained.com/project/firefly-cpp/pyqt-feedback-flow \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/firefly-cpp/pyqt-feedback-flow.svg)](http://isitmaintained.com/project/firefly-cpp/pyqt-feedback-flow \"Percentage of issues still open\")\n[![Fedora package](https://img.shields.io/fedora/v/python3-pyqt-feedback-flow?color=blue&label=Fedora%20Linux&logo=fedora)](https://src.fedoraproject.org/rpms/python-pyqt-feedback-flow)\n[![Packaging status](https://repology.org/badge/tiny-repos/python:pyqt-feedback-flow.svg)](https://repology.org/project/python:pyqt-feedback-flow/versions)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10431480.svg)](https://doi.org/10.5281/zenodo.10431480)\n\n![Pyqt](https://user-images.githubusercontent.com/73126820/167383927-6fe17311-4e80-42fc-a0ef-1494b4c58762.png)\n\n## Description \ud83d\udccb\nOn 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. \u2728\n\nThis 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. \ud83d\udcac\ud83d\uddbc\ufe0f\n\n## Text notification example \ud83d\udcdc\nhttps://user-images.githubusercontent.com/73126820/167379237-7c85467d-133e-42c9-91fd-7e85f2481267.mp4\n\n## Image notification example \ud83d\uddbc\ufe0f\nhttps://user-images.githubusercontent.com/73126820/167380818-814cc1ce-d137-4906-b5a4-84af94c46d4a.mp4\n\n## Installation \ud83d\udce6\n\n### pip\n\nInstall this software with pip:\n\n```sh\npip install pyqt-feedback-flow\n```\n\n### Alpine Linux\n\nTo install pyqt-feedback-flow on Alpine Linux, use:\n\n```sh\n$ apk add py3-pyqt-feedback-flow\n```\n\n### Arch Linux\n\nTo install pyqt-feedback-flow on Arch Linux, please use an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers):\n\n```sh\n$ yay -Syyu python-pyqt-feedback-flow\n```\n\n### Fedora Linux\n\nTo install pyqt-feedback-flow on Fedora Linux, use:\n\n```sh\n$ dnf install python3-pyqt-feedback-flow\n```\n\n## License\n\nThis package is distributed under the MIT License. This license can be found online at <http://www.opensource.org/licenses/MIT>.\n\n## Disclaimer\n\nThis 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!\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Show feedback in toast-like notifications",
    "version": "0.3.3",
    "project_urls": {
        "Homepage": "https://github.com/firefly-cpp/pyqt-feedback-flow",
        "Repository": "https://github.com/firefly-cpp/pyqt-feedback-flow"
    },
    "split_keywords": [
        "notifications",
        "toast",
        "pyqt6"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7d38e762a31e56b2ddd3de0d3637892413c0353d258d0626e34d533e3260b65",
                "md5": "4c5e4946b34287ef08188f9aa958f31f",
                "sha256": "c239ebc81090a4fe69f91a2011f2980a194937b18d969a5d318a98f025482383"
            },
            "downloads": -1,
            "filename": "pyqt_feedback_flow-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c5e4946b34287ef08188f9aa958f31f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 5583,
            "upload_time": "2023-12-26T08:06:21",
            "upload_time_iso_8601": "2023-12-26T08:06:21.061564Z",
            "url": "https://files.pythonhosted.org/packages/d7/d3/8e762a31e56b2ddd3de0d3637892413c0353d258d0626e34d533e3260b65/pyqt_feedback_flow-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ee20d774b0a2f9bcafd4b9ae6475e6d6e644fe0cca70573398edf6de7b77f80",
                "md5": "254fb4c840507dcf790da0a594df694f",
                "sha256": "42cb83c6dbcb852cd574240ce655edfd0f279f8383c88c9e2b2f6058fa6c8c5a"
            },
            "downloads": -1,
            "filename": "pyqt_feedback_flow-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "254fb4c840507dcf790da0a594df694f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 4968,
            "upload_time": "2023-12-26T08:06:22",
            "upload_time_iso_8601": "2023-12-26T08:06:22.758969Z",
            "url": "https://files.pythonhosted.org/packages/4e/e2/0d774b0a2f9bcafd4b9ae6475e6d6e644fe0cca70573398edf6de7b77f80/pyqt_feedback_flow-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-26 08:06:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "firefly-cpp",
    "github_project": "pyqt-feedback-flow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyqt-feedback-flow"
}
        
Elapsed time: 0.15247s