# IBAN-Tool für Windows

## Voraussetzungen
- Python 3.x für Windows (https://www.python.org/downloads/)

## Installation
    pip install schwifty

## Nutzung (mit Kommandrzeilenargumenten, für Skript-Automatisierung)
    python iban.py --konto 123456789 --blz 10020520 --json

## Nutzung (interaktiver Modus - Fenster bleibt offen)
    python iban.py
