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

https://github.com/bmoneill/typetest

Typing speed tester
https://github.com/bmoneill/typetest

game speedtest typespeed

Last synced: 9 months ago
JSON representation

Typing speed tester

Awesome Lists containing this project

README

          

# typetest: A typing speed tester

Prints a file line by line and has the user reproduce each one.
It prints WPM, CPM, number of mistakes, and total time.

## Building

### Linux

```shell
cc -o typetest typetest.c
```

## Usage

```shell
./typetest file
```

## Bugs

If you find a bug, submit an issue, PR, or email me with a description and/or patch.

## License

Copyright (c) 2025 Ben O'Neill . This work is released under the
terms of the MIT License. See [LICENSE](LICENSE) for the license terms.