A Python tool for printing spoiler-free fight cards or fighter schedules. When printing fight cards, the tool randomly chooses which fighter to output first.
Edit spoiler_free.py to choose event.
Such as event = 'UFC 252'.
Type make, make e, or make event to print fight card.
$ make eventEdit spoiler_free.py to choose a fighter, be it MMA or boxer.
Such as fighter = 'Andre Ward'.
Type make, make f, or make fighter to print fighter schedule.
$ make fighter- TUI: because why not?
- Improve input parsing
- Prevent output from being too wide
- Some fight cards don't work.
- If a fighter has done boxing and MMA it might get wrong information.

