Skip to main content

A package for getting Slippi stats in Python

Project description

py-slippi-stats

This program is an attempt at recreating the Slippi stats module of the original Slippi javascript package using py-slippi. Most of it is just a translation of the slippi-js to python.

Installation

  1. Install the packages in requirements.txt with pip

     pip install -r requirements.txt
    
  2. That's all!

Usage

Here is a basic case of usage:

import slippi
import slippistats

game = slippi.Game('mygame.slp')
stats = slippistats.overall.getGameStats(game)

print(stats)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-slippi-stats-0.0.1.tar.gz (18.1 kB view hashes)

Uploaded Source

Built Distribution

py_slippi_stats-0.0.1-py3-none-any.whl (24.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page