Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pk-cod3ch3mist/tytest

A terminal based TUI typing test
https://github.com/pk-cod3ch3mist/tytest

ncurses terminal-app terminal-based terminal-ui tui typing-practice typing-test typingspeedtest

Last synced: 25 days ago
JSON representation

A terminal based TUI typing test

Awesome Lists containing this project

README

        

# TyTest
A simple typing test in the terminal. Written in C using ncurses.

## Installation
The only requirement is ncurses library (comes preinstalled in macOS and many Linux distros).
Note: if the system ncurses install in macOS runs into problems, you can install homebrew versions of the same.

I am currently working on a makefile, when it is ready you will be able to run the makefile in the terminal to compile and generate an executable.

```shell
cd
make
```

## Demo
![Demo TyTest run](./assets/demo.gif)