You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple library that currently parses the fundamental structure and information
of a .SC2Replay file and returns some general information.
Information includes: Win/Loss, player teams, colors, races, and such.
Installation
-------------
To install simply run
>>> python setup.py install
or
>>> pypi install sc2replay-lib
Examples
---------
For examples and getting started please take a look at the `main.py <https://github.com/dcbarans/sc2replay-lib/blob/master/main.py>`_ file or `my GitHub repository <https://github.com/dcbarans/sc2replay-lib>`_