Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 621 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 621 Bytes

10FastFingers - Python script

Live Demo(youtube video): https://www.youtube.com/watch?v=b0SapLMcgVw

Python 3.6 script to get 175+ WPM in https://10fastfingers.com/typing-test/english site.

Modules:

  1. pyautogui - Used to type in text box and move cursor to select the text area. It might vary from screen size so you might need to adjust it.

  2. pytesseract - Used to extract text data from given image.

NOTE: If you are stuck with this program then try to move your cursor to your top-left corner to terminate your program. It's a built-in feature of pyautogui.