Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 469 Bytes

PAL

Your Personal Analyzer for the SC2 Ladder (PAL).

Desktop Client

Install dependencies with pip install -r requirements.txt To run cli: python pal_scli.py --sc2name <sc2 player to collect on> -n <check replay folder every n seconds> path/to/replay/folder

To run GUI: python pal.py

Web APP

Install dependencies with: npm install To run: node app.js from repo home directory In browser, navigate to localhost:3000