{"id":17603153,"url":"https://github.com/yjg30737/pyqt-timer","last_synced_at":"2026-05-07T07:40:59.908Z","repository":{"id":108706414,"uuid":"440395115","full_name":"yjg30737/pyqt-timer","owner":"yjg30737","description":"Simple timer made out of PyQt","archived":false,"fork":false,"pushed_at":"2022-05-30T00:16:11.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T08:42:11.479Z","etag":null,"topics":["pyqt","pyqt-examples","pyqt-timer","pyqt-tutorial","pyqt5","pyqt5-desktop-application","pyqt5-examples","pyqt5-gui","pyqt5-timer","pyqt5-tutorial","python","python-timer","python3","python37","qdialog","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-21T04:58:57.000Z","updated_at":"2024-06-04T12:30:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f06bdfd5-ec3f-45d4-8716-84a04f163880","html_url":"https://github.com/yjg30737/pyqt-timer","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-timer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-timer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-timer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-timer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-timer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680985,"owners_count":19679509,"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-timer","pyqt-tutorial","pyqt5","pyqt5-desktop-application","pyqt5-examples","pyqt5-gui","pyqt5-timer","pyqt5-tutorial","python","python-timer","python3","python37","qdialog","qt","qtimer","timer"],"created_at":"2024-10-22T13:41:29.661Z","updated_at":"2025-12-14T04:30:16.997Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-timer\nSimple timer made out of PyQt\n\n## Requirements\nPyQt5 \u003e= 5.8\n\n## Setup\n```pip3 install git+https://github.com/yjg30737/pyqt-timer.git --upgrade```\n\n## Included Package\n* \u003ca href=\"https://github.com/yjg30737/pyqt-notifier.git\"\u003epyqt-notifier\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-timer-label.git\"\u003epyqt-timer-label\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-svg-button.git\"\u003epyqt-svg-button\u003c/a\u003e\n\n## Usage\n* Being able to play/pause/stop the timer after complete the timer settings (press the settings icon or double-click the label(00:00:00)\n* When time is over, notifier will show up at the bottom right of the system background. Refresh button on the notifier make the timer operate itself again.\n\n## Example\n\n### Code Example\n```python\nfrom PyQt5.QtWidgets import QApplication\n\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    timerGadget = Timer()\n    timerGadget.show()\n    app.exec_()\n```\n\n### Result\n\nTimer\n\n![image](https://user-images.githubusercontent.com/55078043/146874279-76c99dd7-5754-414d-92ff-7a52435aa7a9.png)\n\nTimer settings dialog\n\n![image](https://user-images.githubusercontent.com/55078043/146874301-15e60c7c-f596-43bb-bf2f-16dd0ecc09a7.png)\n\nTicking timer\n\n![image](https://user-images.githubusercontent.com/55078043/146874339-df61f867-c4c1-4212-8650-9a306324347e.png)\n\n## Note\nWhen time is over pyqt-notifier window will pop up.\n\nThis package make new file(timerSettings.ini) in main script to save the hour, minute, second chosen by user.\n\n## See also\n* \u003ca href=\"https://github.com/yjg30737/pyqt-timer-label.git\"\u003epyqt-timer-label\u003c/a\u003e\n* \u003ca href=\"https://github.com/yjg30737/pyqt-transparent-timer.git\"\u003epyqt-transparent-timer\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-timer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-timer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-timer/lists"}