Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 524 Bytes

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.