Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 757 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 757 Bytes

TypeTest

An offline typing test, written using Rust and Iced. Inspired by typetest.io and 10fastfingers.com.

Demo

Requirements

On all OSes, Rust 1.53 is required.

On Linux, iced has additional dependencies that need to be present when installing from crates.io or from source - see this GitHub issue for more information.

Usage

Installation

Install from crates.io:

cargo install typetest

Or alternatively, clone this repository and run from the source code:

git clone https://github.com/Ace4896/typetest.git
cd typetest
cargo run --release

Shortcuts

  • Redo Current Test: Ctrl/Cmd + R or F5