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

https://github.com/neelkamath/typist

⌨️ WPM and accuracy finder (UE18CS101 project)
https://github.com/neelkamath/typist

c typing-tutor wpm

Last synced: over 1 year ago
JSON representation

⌨️ WPM and accuracy finder (UE18CS101 project)

Awesome Lists containing this project

README

          

# Typist

This is my CSE mini project for my second semester of undergrad. It is a command-line application that measures your typing speed and accuracy. This program only runs on *nix systems.

# Installation

1. Clone the repository using one of the following methods.
- HTTPS: `git clone https://github.com/neelkamath/typist.git`
- SSH: `git clone git@github.com:neelkamath/typist.git`
1. `cd typist`
1. `make -f makefile.make`

# Usage

1. `cd typist`
1. `./typist.out`

# Documentation

Persistent storage is implemented by saving and reading from `src/records.txt`.

# License

This project is under the [MIT License](LICENSE).