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

https://github.com/truongluan303/terminal-typing-test

A typing test with terminal UI written in Python
https://github.com/truongluan303/terminal-typing-test

curses-ui python3 terminal-ui typing-game typing-test

Last synced: 3 months ago
JSON representation

A typing test with terminal UI written in Python

Awesome Lists containing this project

README

          

# Typing Test on Terminal
A typing practice/test with Terminal UI written in Python

### Description
The application first asks the user to enter the number of sentences to type, then will display random short sentences about a science fact for the user to type. A correct character will be highlighted as green and a wrong character will be highlighted as red. After the user finishes the test, the program will displays the statistics about the result.

### External Library
The program uses curses module for the Terminal UI. If curses module is not already installed on the user's device, then the program will automatically install the module using pip package manager

### PiPy Link:
https://pypi.org/project/ttype/

### Demo
Below is a demo of a typing test (with 3 sentences)
![ezgif com-gif-maker](https://user-images.githubusercontent.com/83048295/144738905-75e05d34-dba6-44b4-86bf-34aada664685.gif)