Skip to content

ProductivityTracker is a product that tracks user actions and formats into a table that includes window name, number of keystrokes for the window, number of mouse clicks for the window, and the time spent on the window.

Notifications You must be signed in to change notification settings

jlbrewe/ProductivityTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProductivityTracker 💻 ☑️

ProductivityTracker is a product that tracks user actions and formats into a table that includes window name, number of keystrokes for the window, number of mouse clicks for the window, and the time spent on the window. There is also a countdown capabliity that alerts the user when the time is complete.

image

Table of Contents

Installation

To clone and work on the repository, you can run the command:

git clone https://github.com/jlbrewe/ProductivityTracker.git

To install node modules, you will need to have Node.js installed and use these commands in the main folder:

npm install
npm install react-to-json
npm install fontsource-roboto
npm install @material-ui/core --save
npm install pynput
npm install python-dateutil
npm install react-json-to-table
npm install os
npm install threading
npm install datetime
npm install sys
npm install time
npm install json
npm install subprocess
npm install re
  • If not all of the modules are downloaded, follow the directions in your terminal window to retrieve missing modules using npm. The terminal window will give you specific errors on what modules to download until you can run the program.

How to Run

  • Works best when using Google Chrome as web browser and on a Mac
  1. Navigate to the cloned repo folder and move the node_modules folder into the my-app folder.
  2. Open two terminal windows
  3. In one terminal window, navigate to /my-app/src and run the command:
python3 autotimer.py
  1. In the other terminal window, navigate to /my-app and run the command:
npm start
  1. When the localhost window pops up, pop it out, making sure it is in its own separate window. If desired, set the countdown and start.

Requirements

Requirements:

  • Python 3.8 or higher
  • Node.js (React Frontend)

Blueprints

Projects used as blueprints for this project:

About

ProductivityTracker is a product that tracks user actions and formats into a table that includes window name, number of keystrokes for the window, number of mouse clicks for the window, and the time spent on the window.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published