tim-lawson / wca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Download the latest WCA results export as TSVs here and extract the archive into the data/ directory of this repository.

Installation

Warning

This repository is designed to be used on macOS and has not been tested on other operating systems.

Create a virtual environment and install Python dependencies:

conda create --name wca python==3.11
conda activate wca
conda install pip
pip install -r requirements.txt

Note that the default interpreter path in settings.json assumes you are using Miniconda and the environment is named wca.

Usage

Run the script:

python ranks.py

About

License:MIT License


Languages

Language:Python 100.0%