Tech News
← Back to articles

Typr – TUI typing test with a word selection algorithm inspired by keybr

read original related products more articles

typr

TUI typing test with a word selection algorithm inspired by keybr

Features

Word selection algorithm to optimize your typing speed inspired by keybr weighted by: Accuracy with the letter Frequency of the letter in the English language Speed at which you type the letter

A cool TUI with curses

Stores your data in a JSON file

Installation

Windows

git clone https://github.com/Sakura-sx/typr.git cd typr pip install -r requirements.txt python3 main.py

Linux

... continue reading