# IBAN-Tool fuer Windows

## Dateien
1. iban.py - Interaktiver Modus / Kommandozeilen-Generator
2. server.py - HTTP API Server (port 8000)
3. iban_csv_converter.py - CSV-Konverter mit automatischem Exit
4. build_exe.bat - Automatische EXE-Erstellung (monatliches Update)

## Schnellstart CSV-Konverter
    python iban_csv_converter.py eingabe.csv ausgabe.csv

## EXE Erstellung (monatlich)
    build_exe.bat
