Skip to content

theskim/LeagueSimulator

Repository files navigation

SoccerLeagueSimulator

Simulating 21/22 European soccer (football) leagues using Python
Available Leagues: Premier League, La Liga, Bundesliga, and Serie A

Updated: 22/23 Leagues are now available

Example:

newLeague.txt
>>> Toronto FC
    92
    LA Galaxy
    90
    LA FC
    85
    Vancouver Whitecaps
    83
    Montreal Impact
    82

leaguerunner.py
>>> from league import *
>>> newLeague = League()
>>> leagueInit(newLeague, "newLeague.txt")
>>> newLeague.simulateSeason()
>>> print(newLeague)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages