Josee9988 / TimeTracker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”₯ 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

About

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


Languages

Language:Python 88.6%Language:Shell 11.4%