Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 434 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 434 Bytes

Typing hacks

Hacks to 2 major typing test websites: 10fastfingers and typeracer.

If you don't have chromedriver, get it here

Install chromedriver and change the path in -example-.py from : "/Users/*username*/Downloads/chromedriver" to your chromedriver destination.

Install selenium using pip install selenium ( use virtual environment (recommended) )