ea6d0ad9e4ed437b06dc9cbf824a7ec425c8e64f
The README now includes a brief project overview, prerequisites, and step-by-step installation guide for new contributors.
Rtutor
Rtutor is an application written in python to train yourself to use vim fast way and to learn over 60 shortcuts! Features:
- Display question answered right / wrong statitiscs.
- Display AVG time spent to answer a question.
- Questions with random values to make it less boring.
- Repeat question on random moment if you answered it wrong. You have to learn!
Usage
This application has no dependencies. Instead of cloning this git, you can just do wget or copy the raw source code of rvimtutor.py.
python3 rvimtutor.py
but since it's executable:
./rvimtutor.py
will also work.
Languages
Python
100%