Termtyper
Termtyper is a TUI (Text User Interface) typing application that provides you a great feel with typing with a lot of options to tweak!
It is highly inspired by monkeytype
It is built on top of textual which provides the UI for the application
Installation
Note: Termtype needs python version ^3.10
Note: Termtype should run just fine on Linux and Mac.
There might be some issues on Windows though
One Liner
python -m pip install git+https://github.com/kraanzu/termtyper.git
Or if you prefer Manual Installation
git clone https://github.com/kraanzu/termtyper.git
cd termtyper
pip install .
Usage
You should be able to run termtyper by just typing it's name in your terminal
Once entered, you can always come back to the main menu using Escape key
And navigate the settings using left and right arrow keys
And configure the options using your mouse scroll
The options are saved automatically on changing!
Demo Video
demo.mp4
Contribution
Always open to PRs :)