{"id":15105119,"url":"https://github.com/onelastbyt3/simplepomodoroapp","last_synced_at":"2026-01-27T07:35:55.861Z","repository":{"id":178451076,"uuid":"661884936","full_name":"onelastbyt3/simplepomodoroapp","owner":"onelastbyt3","description":"A simple pomodoro app to fit your desktop and focused study needs. ","archived":false,"fork":false,"pushed_at":"2023-07-05T22:01:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T06:59:25.915Z","etag":null,"topics":["pomodoro","pomodoro-timer","productivity","python-kivy","study-aid","time-management","timer-app"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onelastbyt3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-03T22:18:38.000Z","updated_at":"2023-07-18T09:34:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ff187dc-e7ba-43e6-9551-8ccb46487253","html_url":"https://github.com/onelastbyt3/simplepomodoroapp","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"64499aee7ec8ab40a6dd0b20e608e1fd8fc08603"},"previous_names":["onelastbyt3/simplepomodoroapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onelastbyt3/simplepomodoroapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelastbyt3%2Fsimplepomodoroapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelastbyt3%2Fsimplepomodoroapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelastbyt3%2Fsimplepomodoroapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelastbyt3%2Fsimplepomodoroapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onelastbyt3","download_url":"https://codeload.github.com/onelastbyt3/simplepomodoroapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onelastbyt3%2Fsimplepomodoroapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28808151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:14:39.408Z","status":"ssl_error","status_checked_at":"2026-01-27T07:14:39.098Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["pomodoro","pomodoro-timer","productivity","python-kivy","study-aid","time-management","timer-app"],"created_at":"2024-09-25T20:21:15.142Z","updated_at":"2026-01-27T07:35:55.846Z","avatar_url":"https://github.com/onelastbyt3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Pomodoro App\nThis is a Python/Kivy-based application designed to enhance studying/programming using the pomodoro technique. It eliminates the need for using your phone, annoying ad-driven web or mobile apps,  manual time adjustments, and constraints on resizing the app to suit personal preferences while using it on your desktop.\n\nThe app follows the standard Pomodoro technique, offering predefined time intervals:\n\nPomodoro: 25 minutes \u003cbr\u003e\nShort Break: 5 minutes \u003cbr\u003e\nLong Break: 35 minutes \u003cbr\u003e\n\nThis is just my personal time preference for studying. If you wish to change the time to your liking, you may do so by changing the integer values in source code under: \n```\npomodoro_time = 25 * 60 \nshort_break_time = 5 * 60 \nlong_break_time = 35 * 60 \n```\n\n# Installation\n1. Clone this repository to your local machine using the following command:\n```\ngit clone https://github.com/onelastbyt3/simplepomodoroapp.git\n```\n2. Ensure you have Python installed (version 3.10 or later).\n\n3. Install the required dependencies by running the following command:\n```\npip install -r requirements.txt\n```\n4. Run the app using the following command:\n```\npython simplepomodoroapp.py\n```\n# How to Use\nOnce the app is launched, there is a \"Simple Pomodoro App\" label along with three buttons: Pomodoro, Short Break, and Long Break.\n\nClick the \"Pomodoro\" button to start a 25-minute study session, the \"Short Break\" button to initiate a 5-minute break, or the \"Long Break\" button to begin a 35-minute break. \u003cbr\u003e\n\nDuring each phase, a countdown timer will be displayed at the top-most box indicating the time remaining. \u003cbr\u003e\n\nThe app will send notifications when each study or break block is completed. \u003cbr\u003e\n\nAdditionally, you may resize the app to whatever size you want and have it anywhere on your screen. \u003cbr\u003e\n\n# License\nThis project is licensed under the MIT License.\n\n# Contributions\nContributions to this project are welcome, as this was a simple project with many features/design elements still lacking such as pause functionality, time adjustment UI, and so forth. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request. Happy pomodoro-ing!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelastbyt3%2Fsimplepomodoroapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonelastbyt3%2Fsimplepomodoroapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelastbyt3%2Fsimplepomodoroapp/lists"}