An open API service indexing awesome lists of open source software.

https://github.com/mertuess/typer

Typer is a Linux application designed to improve your typing speed and accuracy, as well as help you master touch typing.
https://github.com/mertuess/typer

blind-typing cmake cmakelists cpp education project-architecture template typing typing-game

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:
```bash
git clone https://github.com/mertuess/typer.git
cd ./typer
```

2. Install dependencies:

###### Ubuntu:
```bash
sudo apt-get install build-essential cmake libncurses5-dev
```

###### Arch:
```bash
sudo pacman -S base-devel cmake ncurses
```

3. Build the project:
```bash
mkdir ./build
cd ./build
cmake ..
make
```

4. Install the app:
```bash
sudo make install
```

## Using
---
After installation, launch the app from the terminal:
```bash
typer
```

## License
---
Typer is distributed under the MIT License. For more details, see the [LICENSE](../typer/main/LICENSE) file.

## Feedback
---
If you have any questions, suggestions, or bug reports, please open an [issue in the repository](https://github.com/mertuess/typer/issues).