Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pk-cod3ch3mist/tytest
- Owner: PK-cod3ch3mist
- Created: 2021-12-20T14:59:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T11:54:02.000Z (over 2 years ago)
- Last Synced: 2023-10-05T02:09:13.368Z (about 1 year ago)
- Topics: ncurses, terminal-app, terminal-based, terminal-ui, tui, typing-practice, typing-test, typingspeedtest
- Language: C
- Homepage:
- Size: 2.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)