10fastfingers-bot icon indicating copy to clipboard operation
10fastfingers-bot copied to clipboard

A fun python script using selenium, to achieve any score in typing test at 10fastfingers with adjustable typing speed.

10fastfingers-bot

A fun python script using selenium, to achieve any score in typing test at 10fastfingers with adjustable typing speed.

https://user-images.githubusercontent.com/57002207/118098607-bcbe2400-b3f1-11eb-8684-b1f26b61e4a8.mp4

Installation

First make sure you have the following:

  • Python 3
  • Chrome Browser
  • git
  • Clone repo and install dependencies
    $ git clone https://github.com/yashrathi-git/10fastfingers-bot
    $ cd 10fastfingers-bot
    $ pip install -r requirements.txt
    
  • Download the chrome webdriver and extract the file in "10fastfingers-bot/drivers" directory

Usage

Navigate to project directory-

$ python ./automate.py

This will open up Chrome window, and automatically start the typing test with maximum typing speed.

Options

Usage: automate.py [options]

--max           Maximum typing speed.
--wpm=<speed>   Specify a WPM as typing speed.
--instant        Types(dumps) everything in one go(instantly).
-h --help       Show this message.

Example

Get result of approximately 200 WPM

$ python ./automate.py --wpm 200