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.
- Host: GitHub
- URL: https://github.com/tom-draper/typing-speed
- Owner: tom-draper
- License: mit
- Created: 2022-07-06T15:08:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T20:38:37.000Z (over 1 year ago)
- Last Synced: 2025-01-26T20:12:58.280Z (5 months ago)
- Topics: bubbletea, cli, cmdline, golang, speed-test, typing, typing-game, typing-practice, typing-skills, typing-test, typing-trainer, typingspeedtest
- Language: Go
- Homepage:
- Size: 7.35 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```