https://github.com/adamspannbauer/ncaa_color_bracket
use color to fill out a NCAA bracket
https://github.com/adamspannbauer/ncaa_color_bracket
Last synced: about 1 year ago
JSON representation
use color to fill out a NCAA bracket
- Host: GitHub
- URL: https://github.com/adamspannbauer/ncaa_color_bracket
- Owner: AdamSpannbauer
- License: mit
- Created: 2018-03-12T20:47:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T12:19:31.000Z (over 8 years ago)
- Last Synced: 2025-06-30T21:43:15.171Z (about 1 year ago)
- Language: Python
- Size: 703 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NCAA 2018 Bracket
*(filled out with color)*
Turns out the tried and true tradition of choosing winners based on color doesn't work out too well (if you trust the seeding).
Picking winners based on HSV is almost the same as picking teams based on how red they are. So it's no surprise that our Final Four podium looks like this.

We have Radford winning the whole tournament (when they're not even guaranteed to make it to the bracket as of writing this). No one in our Final Four has a seed better than 11.
The full bracket can be seen in [`hsv_bracket.pdf`](hsv_bracket.pdf).
The bracket was filled out according to the results generated by [`color_bracket.py`](color_bracket.py), and the team colors we're gathered using [`download_team_colors.py`](download_team_colors.py).