Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.29 KB

Spoiler-free UFC

build status

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.

Example

Edit spoiler_free.py to choose event. Such as event = 'UFC 252'. Type make, make e, or make event to print fight card.

$ make event

event_example

Edit 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

fighter_schedule

Todo

  • Improve input parsing
  • Prevent output from being too wide

Known Bugs

  • Some fight cards don't work.
  • If a fighter has done boxing and MMA it might get wrong information.