Tournamex (tournamex v0.1.4)
Tournamex
Simple package for managing online tournament system. Tournamex only has a function for generating matchlist from list. We will add functions gradually.
Link to this section Summary
Functions
Returns data which is presenting tournament brackets.
Delete losers from match list.
Generates a matchlist.
Link to this section Functions
Link to this function
brackets(match_list)
Returns data which is presenting tournament brackets.
Link to this function
delete_loser(list, loser)
Delete losers from match list.
Link to this function
generate_matchlist(list)
Generates a matchlist.