main module¶
-
class
main.Menu¶ Bases:
objectClass for navigating the program
-
choose_league()¶ Initializes the league :return: None
-
choose_team()¶ Initializes a team from current league :return: None
-
compare(team)¶ Prints a comparison of two teams :param team: other team name :return: None
-
get_matchday()¶ Prints matches of entered matchday :return: None
-
get_scorers()¶ Prints top 10 scorers of current league :return: None
-
get_standings()¶ Prints the standings of current league :return: None
-
get_stats(team)¶ Prints the team statistics :param team: team name :return: None
Menu that gives list of available commands to the user and runs chosen commands :return: None
-
quit()¶ Quits the program :return: None
A team menu that gives list of available commands to the user and runs chosen commands :param team: team name :return: None
-