PyLeague is a software simulation of a soccer championship developed using Python. The goal of PyLeague is to provide the simulation of the course of one season in a realistical league (such as Lega A).

- League setup with csv configuration.
- Possibility of changing the parameters of each time (strength value, attack power, defense power).
- Realistic outcome and score generation.
- Scores and outcomes slightly influenced by the form of the team.
- Updated standings screen.
- (In development) Realistic outgoing of the games played in a single matchday.
PyLeague can be seen as a basis for creating cool projects which need the generation of realistical random soccer results.
Also, it can be improved and enhanced with many other features.
The next developments of PyLeague will be:
- Enhancement and improvement of the available features.
- Improvement of code documentation.
- Development of the games simulation screen minute by minute.
- Tests creation.
- Many other possibilities!
To install and run PyLeague just clone the project and create a specific Python environment for running/modifying PyLeague.
The requirements are contained in the requirements.txt file.
If you want to help me adding new features and improving PyLeague, you're welcome!
Just fork the project, commit your changes and create a PR.
If you want you can create a new issue for the project and ask me anything related to it here on Github!
I'm open to new improvements and suggestions.
Thank you and happy coding with PyLeague!