Skip to content

Scattercatt/Slippi-stats

Repository files navigation

Slippi-stats

Slippi stats is a collection of python scripts that use matplotlib to generate graphs of game data.

slp_stats.py

slp_stats.py can be run on the command line to generate graphs.

Arguments:

  • -n --player-code The connect code of the player you want to run data on.
  • -s --stat The stat you want to calculate
  • -c --character If 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"

Where do I put my slippi files to generate stats?

In your cloned repo directory, create a folder called slpfiles. This is where you will put all of your .slp files to be analyzed.

Dependencies

Make sure to run the following command to install slippi-js before trying to run any of the scripts

npm install @slippi/slippi-js

About

Slippi stats is a collection of python scripts that use matplotlib to generate graphs of game data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors