An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 🔥 **Josee9988/TimeTracker**




Josee9988/TimeTracker's issues


Josee9988/TimeTracker's pull requests

---

## 🤔 **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.py

0 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**


@Josee9988/TimeTracker's brand logo without text

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

[![GitHub followers](https://img.shields.io/github/followers/Josee9988.svg?style=social)](https://github.com/Josee9988)
[![GitHub stars](https://img.shields.io/github/stars/Josee9988/TimeTracker.svg?style=social)](https://github.com/Josee9988/TimeTracker/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/Josee9988/TimeTracker.svg?style=social)](https://github.com/Josee9988/TimeTracker/watchers)
[![GitHub forks](https://img.shields.io/github/forks/Josee9988/TimeTracker.svg?style=social)](https://github.com/Josee9988/TimeTracker/network/members)

[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=github-sponsors&color=red&style=social)](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)**_