isaiahr / bp5000

Bracket Program 5000 - A tournament bracket software supporting arbitrary elimination.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bracket Program 5000

A tournament bracket software supporting arbitrary high elimination. meaning it supports triple elimination, quad elim etc as well as single & double.

What it does

  • bracket generation and viewing
  • supports arbitrarily high elimination
  • match reporting
  • projected bracket by seed
  • bracket saving/loading
  • player placing when bracket is complete
  • avoiding rematches in losers bracket when possible

What it doesn't do (yet)

  • support for match scores (ex 3-1)
  • easily reorder participants

What it will never do

  • manage setups / timeslots etc.
  • support other formats like round robin

Dependencies

Python==3.6.1

wxPython==4.0.0a2

Pillow==4.1.0

NOTE: Pillow >= 4.2 is broken because of python-pillow/Pillow#2614. if you encounter this problem, downgrading pillow to an older version will work. Supposedly this has been fixed in future versions (I am not sure which version it is fixed in however)

Other versions may work but are untested.

Screenshots

The gui Gui

full screenshots of a triple elimination bracket

Winners Bracket Winners bracket Losers Bracket Losers bracket Losers 2x Bracket (when a player loses in losers bracket) Losers 2x bracket Finals Bracket (when there is 3 players left, similar to Grand Finals) Finals bracket

About

Bracket Program 5000 - A tournament bracket software supporting arbitrary elimination.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%