paint-brush
Mitype ⌨️ - Typing Speed Test Right In Your Terminalby@mithil
347 reads
347 reads

Mitype ⌨️ - Typing Speed Test Right In Your Terminal

by MithilDecember 18th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Mitype is a Python package to test (and hence improve) your typing speed right from the ease of your terminal.

People Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Mitype ⌨️ - Typing Speed Test Right In Your Terminal
Mithil HackerNoon profile picture

Who doesn't like to type fast? I made mitype with an intention to test typing speed and hence improve it at the ease of one command.

Feel free to contribute 💚

Features -
Supports several languages like English and German
Choose your own text files
Or randomly pick up a sample from 6000 entries
View results and replay after every testChoose difficulty level
Has cross-platform support
Works with both python 2 and python 3
Uses in-built python modules only
Available on pypi allowing easy install
Colored highlightsRuns on web, although the latency is kinda high
How to get it?

`pip install mitype`

How to run it?

Choose random text:
`mitype`
To choose a sample file:
`mitype -f <your_file>`
Choose a difficulty level:
`mitype -d <N>`
Choose a text ID:
`mitype -i <ID>`

Built with
- Python and all its inbuilt modules
- Curses library - Easily capture keystrokes
- Sqlite3 - Database for storing textText provided by typeracerdata.com

Mitype is open to feedback, contributions and new ideas 💡
🌟 Star the repo on GitHub!