add some parts of the app
This commit is contained in:
commit
84fc5b1b07
BIN
FWC26_regulations_EN.pdf
Normal file
BIN
FWC26_regulations_EN.pdf
Normal file
Binary file not shown.
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# WM 2026 KO-Simulator (Deutschland)
|
||||||
|
|
||||||
|
Kleine Streamlit-App zur Simulation der K.-o.-Runden der FIFA WM 2026, mit Fokus darauf, welche Gegner Deutschland in den einzelnen Runden treffen kann und wie die Zusammensetzung der KO-Runden zustande kommt.
|
||||||
|
|
||||||
|
Installation:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python -m venv .venv
|
||||||
|
source .venv/bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
Starten:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
streamlit run app.py
|
||||||
|
```
|
||||||
|
|
||||||
|
Beschreibung:
|
||||||
|
- Lade oder bearbeite die Gruppen (12 Gruppen à 4 Teams).
|
||||||
|
- Wähle die Anzahl der Simulationen.
|
||||||
|
- Die App simuliert Gruppenphase und K.-o.-Phase mehrfach und zeigt für Deutschland, welche Gegner in jeder KO-Runde möglich sind und mit welchen Häufigkeiten.
|
||||||
|
|
||||||
|
Hinweis: Die App verwendet ein Standard-Paarungsschema für die Runde der letzten 32: Gruppen werden paarweise verbunden (A↔B, C↔D, ...). Diese Zuordnung kann im Code angepasst werden.
|
||||||
BIN
__pycache__/app.cpython-314.pyc
Normal file
BIN
__pycache__/app.cpython-314.pyc
Normal file
Binary file not shown.
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
streamlit
|
||||||
|
pandas
|
||||||
|
numpy
|
||||||
49
teams.csv
Normal file
49
teams.csv
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
Team
|
||||||
|
Mexico
|
||||||
|
South Africa
|
||||||
|
South Korea
|
||||||
|
Czech Republic
|
||||||
|
Canada
|
||||||
|
Bosnia and Herzegovina
|
||||||
|
Qatar
|
||||||
|
Switzerland
|
||||||
|
Brazil
|
||||||
|
Morocco
|
||||||
|
Haiti
|
||||||
|
Scotland
|
||||||
|
United States
|
||||||
|
Paraguay
|
||||||
|
Australia
|
||||||
|
Turkey
|
||||||
|
Germany
|
||||||
|
Curacao
|
||||||
|
Ivory Coast
|
||||||
|
Ecuador
|
||||||
|
Netherlands
|
||||||
|
Japan
|
||||||
|
Sweden
|
||||||
|
Tunisia
|
||||||
|
Belgium
|
||||||
|
Egypt
|
||||||
|
Iran
|
||||||
|
New Zealand
|
||||||
|
Spain
|
||||||
|
Cape Verde
|
||||||
|
Saudi Arabia
|
||||||
|
Uruguay
|
||||||
|
France
|
||||||
|
Senegal
|
||||||
|
Iraq
|
||||||
|
Norway
|
||||||
|
Argentina
|
||||||
|
Algeria
|
||||||
|
Austria
|
||||||
|
Jordan
|
||||||
|
Portugal
|
||||||
|
DR Congo
|
||||||
|
Uzbekistan
|
||||||
|
Colombia
|
||||||
|
England
|
||||||
|
Croatia
|
||||||
|
Ghana
|
||||||
|
Panama
|
||||||
|
Loading…
x
Reference in New Issue
Block a user