Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 411 Bytes

Typing Test - UPDATE

About

A Python typing test to calculate your speed and error rate when typing out a sample paragraph.

Prerequisites

  • Python 3
  • wonderwords module - this will generate a random sentence to be typed each time you run the program.

This can be installed simply with pip install wonderwords.

Implementation

Run python3 TypingTest.py in a terminal if you have Python 3.