{"id":22131385,"url":"https://github.com/karthikudyawar/stopwatch","last_synced_at":"2025-03-24T09:21:24.365Z","repository":{"id":104051959,"uuid":"309060694","full_name":"KarthikUdyawar/Stopwatch","owner":"KarthikUdyawar","description":"A simple stopwatch application built using Python and Tkinter.","archived":false,"fork":false,"pushed_at":"2024-04-17T10:28:15.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T14:45:53.383Z","etag":null,"topics":["beginner-friendly","desktop-application","gui","keyboard-shortcuts","open-source","python","stopwatch","timer","tkinter"],"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/KarthikUdyawar.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":"2020-11-01T09:19:39.000Z","updated_at":"2024-04-17T10:32:09.000Z","dependencies_parsed_at":"2024-12-01T18:44:24.265Z","dependency_job_id":null,"html_url":"https://github.com/KarthikUdyawar/Stopwatch","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/KarthikUdyawar%2FStopwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarthikUdyawar%2FStopwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarthikUdyawar%2FStopwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarthikUdyawar%2FStopwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarthikUdyawar","download_url":"https://codeload.github.com/KarthikUdyawar/Stopwatch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240827,"owners_count":20583102,"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":["beginner-friendly","desktop-application","gui","keyboard-shortcuts","open-source","python","stopwatch","timer","tkinter"],"created_at":"2024-12-01T18:33:13.816Z","updated_at":"2025-03-24T09:21:24.323Z","avatar_url":"https://github.com/KarthikUdyawar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stopwatch\n\n\u003e A simple stopwatch application built using Python and Tkinter.\n\n![Python](https://img.shields.io/badge/python-3.6+-blue.svg)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![GitHub issues](https://img.shields.io/github/issues/KarthikUdyawar/Stopwatch)\n![GitHub stars](https://img.shields.io/github/stars/KarthikUdyawar/Stopwatch)\n![GitHub contributors](https://img.shields.io/github/contributors/KarthikUdyawar/Stopwatch)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/KarthikUdyawar/Stopwatch)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/KarthikUdyawar/Stopwatch)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/KarthikUdyawar/Stopwatch)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"150\" height=\"150\" src=\"./img/image.png\" title=\"Stopwatch logo\" alt=\"Stopwatch logo\"\u003e\n\u003c/p\u003e\n\n## About The Project\n\nThis is a simple stopwatch application built using Python and Tkinter. It allows users to start, stop, and reset the stopwatch. The application also supports keyboard shortcuts for quick access.\n\n### Key features\n\n- Start, stop, and reset buttons\n- Keyboard shortcuts: Space to toggle start/stop, 'R' to reset\n\n### Built With\n\n- [Python](https://www.python.org/)\n- [Tkinter](https://docs.python.org/3/library/tkinter.html)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- Check python version:\n\n  ```sh\n  python --version \n  # Python 3.10.9\n  ```\n\n### Installation and run application\n\nThere are two options:\n\n1. Clone the repository to your local machine:\n\n    ```sh\n    git clone https://github.com/KarthikUdyawar/Stopwatch.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```sh\n    cd Stopwatch\n    ```\n\n3. Run the application:\n\n    ```sh\n    python stopwatch.py\n    ```\n\nOR\n\n- Download the executable file [Download link](https://github.com/KarthikUdyawar/Stopwatch/releases/tag/1.0.0)\n\n## Usage\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./img/stopwatch-screenshot.png\" title=\"Stopwatch screenshot\" alt=\"Stopwatch screenshot\"\u003e\n\u003c/p\u003e\n\n1. The application window will open, displaying the stopwatch with start, stop, and reset buttons.\n\n2. To start the stopwatch, click the \"Start\" button or press the spacebar on your keyboard.\n\n3. To stop the stopwatch, click the \"Stop\" button or press the spacebar again.\n\n4. To reset the stopwatch, click the \"Reset\" button or press the 'R' key on your keyboard.\n\n5. You can also use the keyboard shortcuts: press the spacebar to toggle start/stop and press 'R' to reset the stopwatch.\n\n6. Explore the application and enjoy using your Python stopwatch!\n\n## Roadmap\n\nSee the [open issues](https://github.com/KarthikUdyawar/Stopwatch/issues) for a list of proposed features (and known issues).\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Contact\n\n[Karthik Udyawar](https://www.datascienceportfol.io/karthik_udyawar) - \u003ckarthikajitudy@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthikudyawar%2Fstopwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarthikudyawar%2Fstopwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthikudyawar%2Fstopwatch/lists"}