Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 891 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 891 Bytes

round-robin-generator

Codeship Status for avadavat/round-robin-generator Code style: black

Efficiently creates incomplete/complete round robin matchups.

Installation

git clone https://github.com/avadavat/round-robin-generator
cd round-robin-generator
pip install -r requirements.txt

Usage

python round_robin_generator.py -p tests/players.txt -r 3

Options

Use -i to specify the algorithm used for round robin generation. Options are CIRCLE and DEFAULT_SCRAMBLE. Default_Scramble is run when the -i parameter is omitted.

Custom Logo