Skip to content

kylrth/typeracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeracer

These are some Python scripts that scrape your results from typeracer and create a GIF plotting your results over time. Run the following to generate the example GIF below:

./run.sh kylrth

GIF of typing speed for user kylrth

dependencies

You need BeautifulSoup, Pandas, requests, and Plotly, plus ImageMagick for compiling the GIF.

attribution

The plotting code was modified from varkon256's repo.