Hey Bikepolo Community, this software is designed to help organizers schedule single player tournaments. With this tool, you can easily create schedules, manage matches, and keep track of scores and standings.
Install python (which version?).
To set it up, open a terminal and type the following:
git clone https://github.com/edc0/tournament-maker # downloads this folder
cd tournament-maker # walks into the folder
pip install -r requirements.txt # install the list of requirements
i don't know
To operate, it's better to learn by doing. On the same terminal as before (i.e. from the `tournament-maker' folder), run
python main.py
and click around. Create a new tournament with the players list in "list_with_initial_rankings.csv".
..
main
executable.config.toml
looks like this:
[rating]
win = 3
tie = 1
loss = 0
[mode] mode = 'random' # or 'abc'
If you changed the config.toml you have to restart the application.
The app data folder is located here:
...
5. Load tournament and start