Initial commit for helios-qr-bank-transfer
This commit is contained in:
commit
30e9407f91
3 changed files with 101 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue