Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.42 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.42 KB

Features

four workmodes:

  • Beginning: you have to fill in the line with the same word.

  • Base: the same as previous, but the words in line are different. Also there are some punctuation marks after words.

  • Training: you have to type one word three times. You have no margin for mistake. You start over if you make a mistake.

  • Practice: typing a text.

Mistake highlighting

Mistake highlights if you make one.

On-screen keyboard

You can see the keyboard on your screen. You mustn't watch your physical keyboard to improve your blind typing. The position of letter you need highlights on the screen.

Zen-mode

There is nothing on your screen, just an input field and a text you have to type. For advanced blindtypers.

Hotkey control

Switching between modes and languages is realised by keybindings.

Installation and usage

1) Clone the repository and install the requirements

git clone https://github.com/lasashq/tuiperun
cd tuiperun

On linux/MacOS:

pip install -r requirements.txt

on Windows:

pip install -r win_requirements.txt

2) Run

python3 main.py

run from full-screen terminal window, if you want to see the whole interface!!

3) Usage

  • insert Enter to start typing!!!
  • The text you need to type is below the input-box. If you made a mistake, it highlights with red.
  • to switch between modes or to quit, use keybinds which you can see below