ExerType is a minimalist terminal-based typing test application built to help you improve your typing speed and accuracy directly from your command line.
This project is Open Source. Feel free to build, modify, and distribute your own version! Contributions are always welcome.
This application is developed using the C Programming Language, focusing on performance and simplicity.
Before using ExerType, make sure you have a C compiler installed. We recommend using GCC.
- Compiler: Download GCC for Windows
- Guide: How to install GCC on Windows
Follow these steps to compile and run the application on your local machine:
- Clone the repository or download the source code.
- Open your Terminal or Command Prompt.
- Navigate to the project directory.
- Compile and Run using the following commands:
# Compile the program
gcc main.c -o main
# Run the application
./mainNote: For Windows users, use ./main.exe instead of ./main
Feel free to fork this project and submit pull requests. Let's make typing practice more fun!
Thank you for checking out ExerType! See you in the next update.