{"id":17603057,"url":"https://github.com/yjg30737/pyqt-transparent-timer","last_synced_at":"2025-04-13T09:20:45.743Z","repository":{"id":48521060,"uuid":"447083096","full_name":"yjg30737/pyqt-transparent-timer","owner":"yjg30737","description":"PyQt transparent timer","archived":false,"fork":false,"pushed_at":"2022-10-29T11:25:01.000Z","size":48,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T00:54:55.252Z","etag":null,"topics":["framelesswindow","gadget","pyqt","pyqt-examples","pyqt-gui","pyqt-tutorial","pyqt5","pyqt5-examples","pyqt5-gui","pyqt5-tutorial","python","python3","python37","qpainter","qt","qtimer","timer"],"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":"2022-01-12T05:03:09.000Z","updated_at":"2024-06-05T03:47:45.000Z","dependencies_parsed_at":"2023-01-20T13:16:55.919Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-transparent-timer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-timer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-timer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-timer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-transparent-timer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-transparent-timer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248689140,"owners_count":21145887,"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":["framelesswindow","gadget","pyqt","pyqt-examples","pyqt-gui","pyqt-tutorial","pyqt5","pyqt5-examples","pyqt5-gui","pyqt5-tutorial","python","python3","python37","qpainter","qt","qtimer","timer"],"created_at":"2024-10-22T13:38:27.729Z","updated_at":"2025-04-13T09:20:45.620Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-transparent-timer\nPyQt transparent timer\n\n## Requirements\nPyQt5 \u003e= 5.8\n\n## Setup\n`python -m pip install git+https://github.com/yjg30737/pyqt-transparent-timer.git --upgrade`\n\n## Included Packages\n* \u003ca href=\"https://github.com/yjg30737/pyqt-timer.git\"\u003epyqt-timer\u003c/a\u003e - Parent package\n* \u003ca href=\"https://github.com/yjg30737/pyqt-frameless-window.git\"\u003epyqt-frameless-window(v0.0.61, Legacy)\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-resource-helper.git\"\u003epyqt-resource-helper\u003c/a\u003e\n\n## Usage\n* Press the escape button if you want to quit.\n* If you want to know more about how to use this, see \u003ca href=\"https://github.com/yjg30737/pyqt-timer/blob/main/README.md\"\u003eREADME of pyqt-timer\u003c/a\u003e\n\n## Example\nCode Sample\n```python\nfrom PyQt5.QtWidgets import QApplication\nfrom pyqt_transparent_timer import TransparentTimer\n\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    tm = TransparentTimer()\n    tm.show()\n    app.exec_()\n```\n\nResult\n\n![image](https://user-images.githubusercontent.com/55078043/149067604-650f7927-5470-44a2-b505-c863e28d8237.png)\n\nWhen mouse cursor is hovering over the widget, border and background will show up.\n\n![image](https://user-images.githubusercontent.com/55078043/149068105-d399fa18-1e48-4556-9d29-90c4f7a3e53e.png)\n\nExcept for graphics, this module operates the same way as pyqt-timer.\n\n## See also\n* \u003ca href=\"https://github.com/yjg30737/pyqt-timer.git\"\u003epyqt-timer\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-timer-label.git\"\u003epyqt-timer-label\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-transparent-timer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-transparent-timer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-transparent-timer/lists"}