Keep track of your football team’s performance with this beginner-friendly Python script. Add players, log their goals and assists, and see stats in seconds!
- Add player details and their statistics.
- View player statistics for the whole team.
- Filter player statistics by position.
- Display total team goals and assists.
- Clone the repository to your local machine.
- Open the
football_player_stats.ipynbfile in Jupyter Notebook. - Run each cell in order and follow the on-screen instructions.
- Optionally, filter players by position to view specific stats.
- Python 3.x
- Jupyter Notebook (e.g., via Anaconda, VS Code with Jupyter extension, or JupyterLab)
This project is licensed under the MIT License - see the LICENSE file for details.