Skip to content

dtele/activity-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activity Tracker

NOTE: This is the predecessor of a better version.

This GUI-based program logs what a user does and the time they do it for while the program is running and saves it to a JSON file. This data can be read later and is grouped in two ways:

process name: time spent using it (eg- python.exe: 0:02:08)

window title: time spent using it (eg- test – README.md PyCharm: 0:06:20)

I made this to boost my productivity by monitoring how much time I spend on unproductive things and minimizing them.

Made for a school project.

Usage

  1. Do any one of the following -

    • Run: setup.py
    • Paste in a cmd shell: python setup.py/python3 setup.py or pip install -r requirements.txt
  2. Run the program with gui.py

About

Tracks and logs activity of the user.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages