#English: Keyboard Trainer is a Python project for training typing speed. Written in python. It works simply, you press the start button, parses a random joke from the pyjokes module, and then you need to enter text in the specified input field (you do not need to click the mouse in the input field). The input field automatically checks the correctness of the entered data. While you are typing, the program takes measurements, and when you press the "Enter" key, it prints the results and the input field stops working until you press the "Start" button.

For run go to requirements.txt on branch dev

#Русский: Keyboard Trainer — это проект Python для тренировки скорости набора текста. Написано на python. Работает просто, нажимаешь на кнопку "Start", парсит случайную шутку из модуля pyjokes, а потом нужно ввести текст в указанное поле ввода (нажимать мышкой в поле ввода не требуется). Поле ввода автоматически проверяет правильность введенных данных. Пока вы печатаете - программа делает замеры, а при нажатии на клавиш "Enter" печатает результаты и поле ввода перестает работать до тех пор, пока вы не нажмете на кнопку "Start".