Use tree
This commit is contained in:
28
README.md
28
README.md
@@ -13,18 +13,22 @@ Hilfs‑Web‑App für deutsche Wordle‑Rätsel. Nutzer geben bekannte Buchstab
|
|||||||
|
|
||||||
## Projektstruktur
|
## Projektstruktur
|
||||||
|
|
||||||
```
|
```text
|
||||||
app.py # Flask‑App
|
wordle-helper/
|
||||||
scripts/generate_wordlist.py # Generator für Wortliste + Quellen‑JSON
|
├── app.py # Flask‑App
|
||||||
templates/index.html # UI (Jinja2‑Template)
|
├── scripts/
|
||||||
static/favicon.svg # Favicon (SVG)
|
│ └── generate_wordlist.py # Generator für Wortliste + Quellen‑JSON
|
||||||
data/openthesaurus.txt # Quelle OpenThesaurus (Text)
|
├── templates/
|
||||||
data/words_de_5.txt # generierte Wortliste
|
│ └── index.html # UI (Jinja2‑Template)
|
||||||
data/words_de_5_sources.json # Wort→Quellen (ot/wf)
|
├── static/
|
||||||
Dockerfile # Produktionsimage (Gunicorn)
|
│ └── favicon.svg # Favicon (SVG)
|
||||||
requirements.txt # Python‑Abhängigkeiten
|
├── data/
|
||||||
LICENSE # MIT‑Lizenz
|
│ ├── openthesaurus.txt # Quelle OpenThesaurus (Text)
|
||||||
```
|
│ ├── words_de_5.txt # generierte Wortliste
|
||||||
|
│ └── words_de_5_sources.json # Wort→Quellen (ot/wf)
|
||||||
|
├── Dockerfile # Produktionsimage (Gunicorn)
|
||||||
|
├── requirements.txt # Python‑Abhängigkeiten
|
||||||
|
└──
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user