Types text with typos and correction
- Download
typoer.pyandrequirements.txt pip install -r requirements.txt- In your file add
from typoer import typoer
from typoer import typoer
text = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.'
typoer(text, wpm = 120, accuracy = 0.8, wait_key = 'right')
This will type text at an average rate of 120WPM with an accuracy of 80%. Press the right arrow key to begin typing.
See typoer.py
