Skip to content
/ typer Public

Typer is a Linux application designed to improve your typing speed and accuracy, as well as help you master touch typing.

License

Notifications You must be signed in to change notification settings

mertuess/typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typer

Description

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.

Installation

Building from source


  1. Clone the repository:
git clone https://github.com/mertuess/typer.git
cd ./typer
  1. Install dependencies:
Ubuntu:
sudo apt-get install build-essential cmake libncurses5-dev
Arch:
sudo pacman -S base-devel cmake ncurses
  1. Build the project:
mkdir ./build
cd ./build
cmake ..
make
  1. Install the app:
sudo make install

Using


After installation, launch the app from the terminal:

typer

License


Typer is distributed under the MIT License. For more details, see the LICENSE file.

Feedback


If you have any questions, suggestions, or bug reports, please open an issue in the repository.

About

Typer is a Linux application designed to improve your typing speed and accuracy, as well as help you master touch typing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published