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
- Host: GitHub
- URL: https://github.com/truongluan303/terminal-typing-test
- Owner: truongluan303
- License: mit
- Created: 2021-06-12T06:50:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T06:01:14.000Z (over 4 years ago)
- Last Synced: 2026-01-14T09:30:34.310Z (5 months ago)
- Topics: curses-ui, python3, terminal-ui, typing-game, typing-test
- Language: Python
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
