Initial commit for helios-qr-bank-transfer

This commit is contained in:
Helios Agent 2026-02-23 01:25:46 +01:00
commit 30e9407f91
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
3 changed files with 101 additions and 0 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# Helios QR Bank Transfer (EPC/GiroCode)
Generates SEPA QR codes (EPC069-12) for mobile banking apps.
## Usage
```bash
python3 generate_epc_qr.py \
--name "Max Mustermann" \
--iban "DE89370400440532013000" \
--amount 25.00 \
--reason "Abendessen" \
--output /tmp/qr.png
```
## Requirements
- `segno` (Python library for QR codes)
- `Pillow` (optional, for image handling)
## Security
Generated QR codes contain sensitive payment data. Delete them immediately after use.