This is my project speed-typeracing. This allows you to simulate typing behaviour in Typeracer to achieve furious speed.
Full Video here.
-
Go to Typeracer.
-
When the timer starts. Press ctrl to capture screen.
-
Select the region of text exactly. Then press enter to confirm.
-
Press ctrl to start the typing.
- Take a screenshot.
- Make a box around the text.
- Crop that text portion from screenshot.
- Use tesseract to convert image to text.
- Clean the text. Like remove '\n'
- Wait for the timer to end. Then press ctrl.
- Use pyautogui to automate typing.
Feel free to use in your own projects. If you decide to use my code please consider giving me a shout out on linkedIn! Would love to see what others create with it :-) Thanks.
Please give STAR 🌟 to support my work, and share with your connections. To copy this repo fork it.