Typer is a Linux application designed to improve your typing speed and accuracy, as well as help you master touch typing.
With Typer, you can enhance your keyboard skills, learn to type without looking at the keyboard, and track your progress over time.
- Clone the repository:
git clone https://github.com/mertuess/typer.git
cd ./typer
- Install dependencies:
sudo apt-get install build-essential cmake libncurses5-dev
sudo pacman -S base-devel cmake ncurses
- Build the project:
mkdir ./build
cd ./build
cmake ..
make
- Install the app:
sudo make install
After installation, launch the app from the terminal:
typer
Typer is distributed under the MIT License. For more details, see the LICENSE file.
If you have any questions, suggestions, or bug reports, please open an issue in the repository.