Income charts (requires Python and access to replay files)
Hey, since the game charts of the website don't work anymore and NEb0's extension doesn't either, I made a small script that creates an html file with income charts from replay files. It requires a couple libraries to unzip the .ctdr files.
You have to edit the path to your replays path on line 17.
It defaults to the last played replay, but you can feed it any replay in the last few lines
It defaults to a logarithmic scale, but the usual charts can be seen by setting log_graph to False
I may do the other charts in the future if they seem useful (mainly lives lost, to compare with inc)
https://www.mediafire.com/file/d8gv1fy9 ... nc.py/file
You have to edit the path to your replays path on line 17.
It defaults to the last played replay, but you can feed it any replay in the last few lines
It defaults to a logarithmic scale, but the usual charts can be seen by setting log_graph to False
I may do the other charts in the future if they seem useful (mainly lives lost, to compare with inc)

https://www.mediafire.com/file/d8gv1fy9 ... nc.py/file