Skip to content

Auto-typer for monkeytype multilang ┊ serverside: python ┊ clientside: html/css/js

Notifications You must be signed in to change notification settings

theliamc/monkeytype-auto-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-typer for Monkeytype

python

js

Requirements:

  • Python (Use 3.12 if possible, version 3.12 will be the most tested)
  • Geckodriver (Download most recent version for your system) know that there is a chance of Geckodriver being auto-installed on launch but Selenium is inconsentent, to be safe, install it manually
  • Extras in requirements.txt (installation instructions in setup section)

Setup:

  1. Download / clone and extract this repository
  2. Open cmd in repo folder and run the following code:
pip install -r requirements.txt
  1. Run the main file based on your python version using code below

Python 3.4+:

py main.py

Python 3.x:

python3 main.py

Python 2:

python main.py

Notes:

  • This opens a local server on port 5000, not changable at the moment
  • May require Firefox's Geckodriver in requirements section
  • Completely open source or whatever, make as much money or change as you want
  • Currently not that fast (around 260WPM) but speed improvements coming very soon

About

Auto-typer for monkeytype multilang ┊ serverside: python ┊ clientside: html/css/js

Topics

Resources

Stars

Watchers

Forks

Languages