SplatStats’ docs!¶
This python package was created to analyze personal Splatoon 3 online matches data. It does this by reading JSON files downloaded by the s3s package, converting the most useful information into dataframes, and more manageable structures for data analysis. SplatStats can also generate plots that summarize information about the history of your matches and stats.
Have a look at our quickstart guide for setup instructions and some of the basics on how to use our package! You can also run our package through our docker image or run our our demo for some example data and plots.
Additionally, we have the hex codes for all the Splatoon colors as detailed in the Inkipedia.
Contents¶
API¶
For more information on the functions and classes, have a look at our API.