{"id":14982688,"url":"https://github.com/yjg30737/pyqt-notifier","last_synced_at":"2025-09-08T05:32:32.974Z","repository":{"id":57677830,"uuid":"439207400","full_name":"yjg30737/pyqt-notifier","owner":"yjg30737","description":"PyQt Windows notifier show at bottom right of the desktop screen","archived":false,"fork":false,"pushed_at":"2022-05-18T07:06:21.000Z","size":25,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-25T23:22:18.263Z","etag":null,"topics":["pyqt","pyqt-examples","pyqt-frameless-window","pyqt-notifier","pyqt-tutorial","pyqt-windows-notifier","pyqt5","pyqt5-application","pyqt5-examples","pyqt5-frameless-window","pyqt5-gui","pyqt5-notifier","pyqt5-tutorial","pyqt5-windows-notifier","python","python3","python37","qt"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yjg30737.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-17T04:12:13.000Z","updated_at":"2023-10-17T02:19:44.000Z","dependencies_parsed_at":"2022-08-31T05:40:23.848Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232282817,"owners_count":18499325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pyqt","pyqt-examples","pyqt-frameless-window","pyqt-notifier","pyqt-tutorial","pyqt-windows-notifier","pyqt5","pyqt5-application","pyqt5-examples","pyqt5-frameless-window","pyqt5-gui","pyqt5-notifier","pyqt5-tutorial","pyqt5-windows-notifier","python","python3","python37","qt"],"created_at":"2024-09-24T14:05:51.994Z","updated_at":"2025-01-03T02:45:57.641Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-notifier\nPyQt Windows notifier show at bottom right of the desktop screen\n\n## Requirements\nPyQt5 \u003e= 5.8\n\n## Included package\n* \u003ca href=\"https://github.com/yjg30737/pyqt-svg-button.git\"\u003epyqt-svg-button\u003c/a\u003e - For svg icon close button\n\n## Setup\n`python -m pip install pyqt-notifier`\n\n## Usage\n```python\n# Informative text is large text at upper part of the notifier window and detailed text is small text at lower part.  \nnotifierWidget = NotifierWidget(informative_text: str, detailed_text: str)\n# You can add some widgets at the bottom of the notifier. Note: This needs more tests.\nnotifierWidget.addWidgets(widgets: list) \n```\n\nIf you press the escape button or click the exit button on the top right of the notifier window, notifier window will be closed.\n\n## Example\n```python\nfrom PyQt5.QtWidgets import QApplication\nfrom pyqt_notifier import NotifierWidget\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    notifierWidget = NotifierWidget()\n    notifierWidget.show()\n    app.exec_()\n```\n\nResult\n\n![image](https://user-images.githubusercontent.com/55078043/158148559-8a159186-da37-4cd7-af37-d26c3f30e79f.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-notifier/lists"}