Open MasterMedo opened 3 years ago
For reference, here is how this plot looks like on monkeytype.com, the x-axis is the number of characters (character index):
Hi @MasterMedo I would like to work upon this issue, can you please assign it to me?
Sure, create a PR for it, and link it to the issue. Hack at it :)
Create a diagram showing typing speed throughout the duration of a single test. The program logs the time it takes to press each character and the typing speed the character was pressed with. This information is stored in
typetest/results/char_speeds.csv
. It might look something like this:It would be beneficial if after the typing test is completed, the user is presented with a diagram showing his typing speed throughout the test. This can be added with an option e.g.
--plot-wpm
.