An open API service indexing awesome lists of open source software.

https://github.com/tom-draper/typing-speed

A command-line typing speed tester.
https://github.com/tom-draper/typing-speed

bubbletea cli cmdline golang speed-test typing typing-game typing-practice typing-skills typing-test typing-trainer typingspeedtest

Last synced: 3 months ago
JSON representation

A command-line typing speed tester.

Awesome Lists containing this project

README

        

# 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](https://github.com/bloznelis/typioca) and built using [Bubble Tea](https://github.com/charmbracelet/bubbletea).



## Getting Started

### 1. Fetch dependencies

```bash
go mod download
```

### 2. Compile to binary

```bash
go build -o bin main.go
```

### 3. Execute binary

```bash
./bin/main
```

## Runing Tests

```bash
go run ./cmd -v
```