/TimeTracker

Track your time, know where it goes

Primary LanguagePythonMIT LicenseMIT

TimeTracker

Track your time, know where it goes

Clone repo

git clone https://github.com/prashantsengar/TimeTracker.git

pip install -r requirements.txt

Start the program

  • Open Command Prompt

  • python track.py

  • Click on the Start button

  • Start your work

  • When you want to stop tracking, click on the Stop button

  • Click on the Report button to see a report of where your time went. It shows a pie chart.

  • It creates data.json file which contains the data

  • You can choose which Windows to ignore and which Windows' executable names to be used by editing the config.ini file

Screenshots

Initial Window

Initial Window

After you click on START to start recording

After you click on START to start recording

An example of a report

An example of a report