{"id":16643634,"url":"https://github.com/josee9988/timetracker","last_synced_at":"2026-06-04T14:31:08.308Z","repository":{"id":175337416,"uuid":"651699307","full_name":"Josee9988/TimeTracker","owner":"Josee9988","description":"A Python script that enables time tracking, calculates elapsed periods of time, and presents the total time elapsed in an organized manner.","archived":false,"fork":false,"pushed_at":"2023-06-14T16:33:23.000Z","size":6376,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T07:15:52.431Z","etag":null,"topics":["period-calculator","period-checking","period-tracker","period-tracking","python3","time","time-series","time-tracker","time-tracker-app","time-tracker-extension","timetracker"],"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/Josee9988.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Josee9988","custom":["https://www.paypal.me/josee9988"]}},"created_at":"2023-06-09T21:09:01.000Z","updated_at":"2025-03-02T12:16:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"98733449-3f2f-4160-be91-571f5d923421","html_url":"https://github.com/Josee9988/TimeTracker","commit_stats":null,"previous_names":["josee9988/timetracker"],"tags_count":0,"template":false,"template_full_name":"Josee9988/project-template","purl":"pkg:github/Josee9988/TimeTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FTimeTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FTimeTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FTimeTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FTimeTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Josee9988","download_url":"https://codeload.github.com/Josee9988/TimeTracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josee9988%2FTimeTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28003916,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["period-calculator","period-checking","period-tracker","period-tracking","python3","time","time-series","time-tracker","time-tracker-app","time-tracker-extension","timetracker"],"created_at":"2024-10-12T08:09:12.148Z","updated_at":"2025-12-24T15:06:40.462Z","avatar_url":"https://github.com/Josee9988.png","language":"Python","funding_links":["https://github.com/sponsors/Josee9988","https://www.paypal.me/josee9988"],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD032 MD033--\u003e\n\u003c!-- Write your README.md file. Build something amazing! This README.md template can guide you to build your project documentation, but feel free to modify it as you wish 🥰 --\u003e\n# 🔥 **Josee9988/TimeTracker**\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- Change your logo --\u003e\n  \u003ca href=\"https://github.com/Josee9988/TimeTracker/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/Josee9988/TimeTracker?color=0088ff\u0026style=for-the-badge\u0026logo=github\" alt=\"Josee9988/TimeTracker's issues\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Josee9988/TimeTracker/pulls\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues-pr/Josee9988/TimeTracker?color=0088ff\u0026style=for-the-badge\u0026logo=github\"  alt=\"Josee9988/TimeTracker's pull requests\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n## 🤔 **About the project**\n\n* A time tracker tool to track several periods of time and compute the total hours.\n\n---\n\n## ⚡ **Installation**\n\n1. Clone the repository and enter the directory:\n2. Make the script executable from anywhere:\n\n  ```bash\n    sudo bash MAKE_SCRIPT_GLOBAL.sh\n  ```\n\n3. Run the script from anywhere in your system:\n\n  ```bash\n    TimeTracker\n  ```\n\n---\n\n## 🚀 **Usage**\n\n* Run the script and start specifying the start and end times of your periods of time.\n* To show the final time spent you can simply enter a blank space or send a signal with ^C\n\n---\n\n## 🌲 **Project tree**\n\n```bash\n.\n├── CHANGELOG.md\n├── MAKE_SCRIPT_GLOBAL.sh\n├── README.md\n├── TimeTracker\n└── TimeTracker.py\n\n0 directories, 5 files\n```\n\n---\n\n## 📝 **Additional notes**\n\n* The hours can be specified as:\n  * hh.mm\n  * h (if hour is between 1 and 9 (am))\n  * h.mm (if hour is between 1 and 9 (am))\n\n---\n\n## 📸 **Screenshots**\n\n\u003cimg src=\"https://i.imgur.com/A2VqGSm.png\"\u003e\n\n---\n\n## 🍰 **Supporters and donators**\n\n\u003c!-- Change your small logo --\u003e\n\u003ca href=\"https://github.com/Josee9988/TimeTracker\"\u003e\n  \u003cimg alt=\"@Josee9988/TimeTracker's brand logo without text\" align=\"right\" src=\"https://i.imgur.com/3qK1sie.png\" width=\"18%\" /\u003e\n\u003c/a\u003e\n\n\nWe are currently looking for new donators to help and maintain this project! ❤️\n\nBy donating, you will help the development of this project, and *you will be featured in this TimeTracker's README.md*, so everyone can see your kindness and visit your content ⭐.\n\n\u003ca href=\"https://github.com/sponsors/Josee9988\"\u003e \u003c!-- MODIFY THIS LINK TO YOUR MAIN DONATING SITE IF YOU ARE NOT IN THE GITHUB SPONSORS PROGRAM --\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Sponsor-Josee9988/TimeTracker-blue?logo=github-sponsors\u0026style=for-the-badge\u0026color=red\"\u003e\n\u003c/a\u003e\n\n\u003c!-- LINK TO YOUR DONATING PAGES HERE --\u003e\n\n---\n\nTimeTracker was generated from *[Josee9988/project-template](https://github.com/Josee9988/project-template)* 📚\n\n---\n\n## 🕵️ Extra recommendations\n\n* You can use the program without making the script global by using `python3 TimeTracker.py`\n\n---\n\n## 🎉 Was the CLI script helpful? Help us raise these numbers up\n\n[![GitHub followers](https://img.shields.io/github/followers/Josee9988.svg?style=social)](https://github.com/Josee9988)\n[![GitHub stars](https://img.shields.io/github/stars/Josee9988/TimeTracker.svg?style=social)](https://github.com/Josee9988/TimeTracker/stargazers)\n[![GitHub watchers](https://img.shields.io/github/watchers/Josee9988/TimeTracker.svg?style=social)](https://github.com/Josee9988/TimeTracker/watchers)\n[![GitHub forks](https://img.shields.io/github/forks/Josee9988/TimeTracker.svg?style=social)](https://github.com/Josee9988/TimeTracker/network/members)\n\u003c!-- MODIFY THIS LINK TO YOUR MAIN DONATING SITE IF YOU ARE NOT IN THE GITHUB SPONSORS PROGRAM --\u003e\n[![Sponsor](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=github-sponsors\u0026color=red\u0026style=social)](https://github.com/sponsors/Josee9988)\n\nEnjoy! 😃\n\n---\n\n## ⚖️📝 **License and Changelog**\n\nWatch the changes in the '**[CHANGELOG.md](CHANGELOG.md)**' file.\n\n---\n\n_Made with a lot of ❤️❤️ by **[@Josee9988](https://github.com/Josee9988)**_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosee9988%2Ftimetracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosee9988%2Ftimetracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosee9988%2Ftimetracker/lists"}