/typing-speed

A command-line typing speed tester.

Primary LanguageGoMIT LicenseMIT

Typing Speed Tester

A configurable TUI typing speed tester with performance metrics and graph.

To make practice interesting, the current trending topics on Wikipedia can be used as test sentences. Alternatively, a list of the 1000 most common words can be used instead. Punctuation, capitalisation and digits are optional.

Inspired by typioca and built using Bubble Tea.

Getting Started

1. Fetch dependencies

go mod download

2. Compile to binary

go build -o bin main.go

3. Execute binary

./bin/main

Runing Tests

go run ./cmd -v