Application d'analyse statistique pour l'esport League of Legends.
SC-Esport-Stats/
├── src/
│ ├── utils/
│ │ └── formatters.py
│ └── components/
│ └── player_stats/
│ └── champion_stats.py
├── static/
│ └── css/
│ ├── style.css
│ └── champion_stats.css
├── templates/
│ ├── base.html
│ └── champion_stats.html
└── app.py
- Cloner le repository
- Installer les dépendances :
pip install -r requirements.txt - Lancer l'application :
streamlit run src/app.py
- Python 3.8+
- Streamlit
- Pandas
- Plotly