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
- Host: GitHub
- URL: https://github.com/bmoneill/typetest
- Owner: bmoneill
- Created: 2025-06-26T21:39:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T17:41:01.000Z (10 months ago)
- Last Synced: 2025-08-10T19:23:59.323Z (10 months ago)
- Topics: game, speedtest, typespeed
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.