- A time tracker tool to track several periods of time and compute the total hours.
- Clone the repository and enter the directory:
- Make the script executable from anywhere:
sudo bash MAKE_SCRIPT_GLOBAL.sh
- Run the script from anywhere in your system:
TimeTracker
- 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
.
├── CHANGELOG.md
├── MAKE_SCRIPT_GLOBAL.sh
├── README.md
├── TimeTracker
└── TimeTracker.py
0 directories, 5 files
- 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))
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 📚
- You can use the program without making the script global by using
python3 TimeTracker.py
Enjoy! 😃
Watch the changes in the 'CHANGELOG.md' file.
Made with a lot of ❤️❤️ by @Josee9988