PyQt notifier which shows at bottom right of the desktop screen
Project description
pyqt-notifier
PyQt Windows notifier show at bottom right of the desktop screen
Requirements
PyQt5 >= 5.8
Included package
- pyqt-svg-button - For svg icon close button
Setup
python -m pip install pyqt-notifier
Usage
# Informative text is large text at upper part of the notifier window and detailed text is small text at lower part.
notifierWidget = NotifierWidget(informative_text: str, detailed_text: str)
# You can add some widgets at the bottom of the notifier. Note: This needs more tests.
notifierWidget.addWidgets(widgets: list)
If you press the escape button or click the exit button on the top right of the notifier window, notifier window will be closed.
Example
from PyQt5.QtWidgets import QApplication
from pyqt_notifier import NotifierWidget
if __name__ == "__main__":
import sys
app = QApplication(sys.argv)
notifierWidget = NotifierWidget()
notifierWidget.show()
app.exec_()
Result
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyqt-notifier-0.0.13.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file pyqt-notifier-0.0.13.tar.gz
.
File metadata
- Download URL: pyqt-notifier-0.0.13.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c25761f16ea2fe7f89c026d6feb551cef2148b38f93c69f6cb77bfb736ae0dbd |
|
MD5 | 71d1da9819ffa89bf370dba304fa2b0d |
|
BLAKE2b-256 | 15d0c67c3bce2951f81efa2255128e160bba8e988b8787687007d15f4a960f1b |
File details
Details for the file pyqt_notifier-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: pyqt_notifier-0.0.13-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ef5d906a77198897156dee4c6de8e570b39d619ae11481dd78b0dd3727a14cb |
|
MD5 | b00035e5a584d9611bfc03503b7e83f4 |
|
BLAKE2b-256 | 95666663481d22b0ae33e4d78c7f9931a01f3d424867430a3512f0e57e1a0cb0 |