Skip to content

A Python script that enables time tracking, calculates elapsed periods of time, and presents the total time elapsed in an organized manner.

Notifications You must be signed in to change notification settings

Josee9988/TimeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 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:
  sudo bash MAKE_SCRIPT_GLOBAL.sh
  1. Run the script from anywhere in your system:
  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

.
├── 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 📚


🕵️ 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 GitHub stars GitHub watchers GitHub forks

Sponsor

Enjoy! 😃


⚖️📝 License and Changelog

Watch the changes in the 'CHANGELOG.md' file.


Made with a lot of ❤️❤️ by @Josee9988