=============
BracketMaker
=============

BracketMaker is used to create brackets of any size and neatly print them to the screen. It is useful for visually representing tournaments and updating them on the fly. Main.py is used for storing brackets in a file and opening and editing them later.


Included Files
==============

* bin/main.py
  - store and update brackets

* bracket/bracket.py
  - python module used for creating and displaying brackets


How to Use
==========

Run BracketMaker by opening the terminal in the “bracket maker” directory and typing “python bin/main.py” or just double click on “main.py” in the “bracket maker/bin” directory.