Skip to content

A typing speed tracker application for Windows, Mac and Linux which does not require a separate UI.

Notifications You must be signed in to change notification settings

Aniruddhan-S/TypeMeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeMeter

This is a simple typing speed tracking application which calculates the wpm in live time as the user keeps typing.

NOTE:

This program requires the pynput module to execute.

To install pynput, you can use pip.

pip install pynput

TUI

This program offers a Terminal User Interface when running the app as of now.

You run the program in the terminal of your choice with the following command.

python InstantTracker.py

And the program would run in the terminal displaying such output. Program Output

After running the program, you can minimize the terminal and start typing normally anywhere on your computer. It'll keep reading and calculating the typing speed every second.

When done, hit insert and the program will terminate, giving you the average wpm and average cpm since the program started execution.

Future Enhancements

  • Improved algorithm
  • GUI
  • Run as a background process

About

A typing speed tracker application for Windows, Mac and Linux which does not require a separate UI.

Topics

Resources

Stars

Watchers

Forks

Languages