KEY-BORED is a simple command-line typing tutor developed in C programming language. It generates random sentences for the user to type, measures their typing speed (words per minute), accuracy, and displays a leaderboard with the best performances.
- Random sentence generation for typing practice.
- Measure typing speed (words per minute) and accuracy.
- Leaderboard to track the best performances.
-
Starting the Program: Run the compiled executable to start the typing tutor.
-
Typing Test: Enter the number of words you want the typing test to generate. Type the words as quickly and accurately as possible.
-
Results: Once you've completed the typing test, press Enter to view your results, including typing speed, accuracy, and any mistakes made.
-
Leaderboard: View the leaderboard to see the top performers and their typing statistics.
- Clone the repository:
git clone https://github.com/code-with-alpha/KeyBored-Typing-Tutor.git
- Compile the code using a C compiler.
gcc main.c
- Run the executable using
./a.exe
if you are on Windows or use./a.out
if you are using MacOS, and follow the on-screen instructions.
- Muhammad Shehryar Choudhary
- Krrish Kumar
- Muhammad Sameed Jamal Khan