For those of us using autoaction 7, ET creates a stats file at the end of each game with a summary of our performance in the game.
After a few months of playing, you end up with lots of files which I don't really know what do with and there's too many to read.
Therefore, I started making a Python script which will parse these stats files and do something useful with them. The current version simply parses the file, returns a summary in a tuple and averages some of the results.
After a few months of playing, you end up with lots of files which I don't really know what do with and there's too many to read.
Therefore, I started making a Python script which will parse these stats files and do something useful with them. The current version simply parses the file, returns a summary in a tuple and averages some of the results.