Slippi stats is a collection of python scripts that use matplotlib to generate graphs of game data.
slp_stats.py can be run on the command line to generate graphs.
Arguments:
-n--player-codeThe connect code of the player you want to run data on.-s--statThe stat you want to calculate-c--characterIf this argument is used, only games where the player plays a specific character are included.
An example command would look like this:
python -u slp_stats.py -n "SCTR#790" -s "lcancels" -c "Ganondorf"In your cloned repo directory, create a folder called slpfiles. This is where you will put all of your .slp files to be analyzed.
Make sure to run the following command to install slippi-js before trying to run any of the scripts
npm install @slippi/slippi-js