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)
- Host: GitHub
- URL: https://github.com/neelkamath/typist
- Owner: neelkamath
- License: mit
- Created: 2019-04-13T11:54:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T12:00:48.000Z (about 7 years ago)
- Last Synced: 2025-01-18T12:29:21.398Z (over 1 year ago)
- Topics: c, typing-tutor, wpm
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).