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".
..
Old docs from ole:
- Download the latest executable from the Releases for your system.
- Run the
mainexecutable. - Create a new tournament
- Add the tournament name
- Add the player list
- Change scoring and scheduling globally (optional):
In your app data folder the config file is located. This config file is a toml file. To edit this use an Text Editor of your choice (e.g. notepad).
The
config.tomllooks 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