This project is aim to track activity of a person on his laptop.
It saves all activities to a JSON file that you can use to run data analysis.
name
: the name of that activityduration
: the total duration of that activityentries
: the time entries of that activitystart_time
, expressed as year-month-day hours:minutes:secondsend_time
, expressed as year-month-day hours:minutes:secondsduration
, expressed in seconds
- Use signals instead of active loops
- Data analytics