Skip to content

PepeBigotes/typer-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typer Practice

⌨ Practice your typing speed directly from the CLI

👁 About

Typer-Practice is a silly little python script I made using the curses library. It selects some words randomly from a .txt file, waits for you to type those words, and calculates your WPM, CPM and precision.

showcase

🔧 Installation

There is no installation in the literal sense of it, just clone the repo and run the script:

  1. Clone the repo

    git clone https://github.com/PepeBigotes/typer-practice
  2. Run the script
    Windows:

    py -3 typer-practice/main.py

    Linux:

    python3 typer-practice/main.py