https://github.com/josee9988/timetracker
A Python script that enables time tracking, calculates elapsed periods of time, and presents the total time elapsed in an organized manner.
https://github.com/josee9988/timetracker
period-calculator period-checking period-tracker period-tracking python3 time time-series time-tracker time-tracker-app time-tracker-extension timetracker
Last synced: 7 months ago
JSON representation
A Python script that enables time tracking, calculates elapsed periods of time, and presents the total time elapsed in an organized manner.
- Host: GitHub
- URL: https://github.com/josee9988/timetracker
- Owner: Josee9988
- Created: 2023-06-09T21:09:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T16:33:23.000Z (over 2 years ago)
- Last Synced: 2025-01-18T17:29:34.901Z (9 months ago)
- Topics: period-calculator, period-checking, period-tracker, period-tracking, python3, time, time-series, time-tracker, time-tracker-app, time-tracker-extension, timetracker
- Language: Python
- Homepage:
- Size: 6.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# 🔥 **Josee9988/TimeTracker**
---
## 🤔 **About the project**
* A time tracker tool to track several periods of time and compute the total hours.
---
## ⚡ **Installation**
1. Clone the repository and enter the directory:
2. Make the script executable from anywhere:```bash
sudo bash MAKE_SCRIPT_GLOBAL.sh
```3. Run the script from anywhere in your system:
```bash
TimeTracker
```---
## 🚀 **Usage**
* Run the script and start specifying the start and end times of your periods of time.
* To show the final time spent you can simply enter a blank space or send a signal with ^C---
## 🌲 **Project tree**
```bash
.
├── CHANGELOG.md
├── MAKE_SCRIPT_GLOBAL.sh
├── README.md
├── TimeTracker
└── TimeTracker.py0 directories, 5 files
```---
## 📝 **Additional notes**
* The hours can be specified as:
* hh.mm
* h (if hour is between 1 and 9 (am))
* h.mm (if hour is between 1 and 9 (am))---
## 📸 **Screenshots**
---
## 🍰 **Supporters and donators**
We are currently looking for new donators to help and maintain this project! ❤️
By 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 ⭐.
---
TimeTracker was generated from *[Josee9988/project-template](https://github.com/Josee9988/project-template)* 📚
---
## 🕵️ Extra recommendations
* You can use the program without making the script global by using `python3 TimeTracker.py`
---
## 🎉 Was the CLI script helpful? Help us raise these numbers up
[](https://github.com/Josee9988)
[](https://github.com/Josee9988/TimeTracker/stargazers)
[](https://github.com/Josee9988/TimeTracker/watchers)
[](https://github.com/Josee9988/TimeTracker/network/members)[](https://github.com/sponsors/Josee9988)
Enjoy! 😃
---
## ⚖️📝 **License and Changelog**
Watch the changes in the '**[CHANGELOG.md](CHANGELOG.md)**' file.
---
_Made with a lot of ❤️❤️ by **[@Josee9988](https://github.com/Josee9988)**_