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.
- Host: GitHub
- URL: https://github.com/mertuess/typer
- Owner: mertuess
- License: mit
- Created: 2025-03-13T20:13:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T20:26:24.000Z (10 months ago)
- Last Synced: 2025-03-13T21:28:00.272Z (10 months ago)
- Topics: blind-typing, cmake, cmakelists, cpp, education, project-architecture, template, typing, typing-game
- Language: C++
- Homepage:
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).