Usage

To simulate a football game with fussballgott, you can run the following:

import fussballgott
home, away = fussball.simulate_game(
AvGoalsF1=2,
AvGoalsF2=1.5,
)
print(f"result of the game: {home}:{away}")

For more information, please refer to the documentation at …