sks147 / mitype

Typing speed test in terminal

Home Page:http://mithil467.github.io/mitype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⌨ Mitype ⌨

Typing Speed Test in Terminal


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

Written completely in python with no external dependencies!

✨ Main Features

  • πŸ–₯️ Cross-platform
  • 🎦 See your replay
  • 🐍 Supports Python 2 and 3
  • πŸ“ Choose custom text input
  • πŸ…°οΈ 6000 text samples
  • 🌈 Colored texts

πŸ”§ Install

Mitype can be easily installed by:

pip install mitype

πŸ“ˆ Usage

Once installed, you can run it simply as:

mitype

You can also customize each run by specifying the following options as:

  • -f FILENAME, --file FILENAME
    Uses contents of file as sample text.
  • -d N, --difficulty N
    N can be in range [1, 5] with 1 being the easiest. This decides the length of the text.
  • -i ID, --id ID
    ID can be in range [1, 6000].

You can quit mitype anytime by pressing the ESC key or CTRL-C.

You can also directly run on repl.it in your web browser although, the latency is pretty high.

πŸ’š Contributing

We encourage you to contribute to mitype! Please check out the Contributing Guidelines about how to proceed.

πŸ“œ License

Licensed under the GPL license.

Text samples in database are collected from Typeracer Data.

About

Typing speed test in terminal

http://mithil467.github.io/mitype

License:GNU General Public License v3.0


Languages

Language:Python 100.0%