You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no way to visualize historical test data, such as WPM and accuracy.
Solution
I would love to help write some code (in Python, if you're alright with that) to generate graphs that show average WPM and accuracy over time, for example. The logs would have to record the game mode for this to work. Let me know what you think.
Alternatives
A simple statistics summary page could show one's PB for each game mode, total time spent typing, etc.
Additional context
Statistics graph in Monkeytype.
The text was updated successfully, but these errors were encountered:
Interesting idea! Let me think on this a bit more – my initial reaction is that I'd love to keep everything in rust, but I do think the general idea of consuming the logged results for something would be really neat! I'd be curious to see how well a graph like the one you posted above could actually be rendered in the terminal 🤔
Yeah, that's probably the main problem. I really like the braille-rendered graph at the end of each test, but it could also just generate a PNG graph in .config/thokr/.
Problem
There's no way to visualize historical test data, such as WPM and accuracy.
Solution
I would love to help write some code (in Python, if you're alright with that) to generate graphs that show average WPM and accuracy over time, for example. The logs would have to record the game mode for this to work. Let me know what you think.
Alternatives
A simple statistics summary page could show one's PB for each game mode, total time spent typing, etc.
Additional context
Statistics graph in Monkeytype.
The text was updated successfully, but these errors were encountered: