Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.12 KB

Windows Process Clock

Build Status

Welcome to Windows Process Clock, an open-source application to track productive time usage on Windows computers. To get started:

  • Download the executable, or alternatively build on your own computer
  • Run the application at least once to create the ~/ProcessClock directory
  • Data will be stored in ~/ProcessClock/year/month-day.txt
  • Options can be written in ~/ProcessClock/options.txt

Features

  • Records the amount of time spent on all processes in focus
  • Conserves resources and is accurate to at least the millisecond
  • Save and load data from files stored on computer
  • Detailed logs displayed in application window
  • Visualizer to display time spent on processes

In Action

Image of Process Clock Left: Log recording data, Right: Graph with process times

To-Do

  • Visualizer for stored data (Window implemented, currently non-functional. Stand by for updates!)
  • Statistics on use
  • Config file to classify processes