Skip to content

Helper script to generate EPC QR code for SEPA transaction

Notifications You must be signed in to change notification settings

schuellerf/epc_sepa

Repository files navigation

Generate EPC QR code for SEPA transaction

A simple helper script to generate QR Codes for my bills using https://pypi.org/project/segno/ and https://pypi.org/project/docopt/

It just generates and saves an SVG locally which you can use for your banking app to initiate a payment.

Feel free to change the "default:" values in lines number 8,9,10 or use this to donate for all my projects :-D

Example for this:
Example image to sponsor this project

Installation

Install python (not described here) and the needed python libraries:

pip install -r requirements.txt

Usage

Python 3 only!

Either just call the script for an interactive mode

python3 generate_epc_qr.py

checkout the help:

python3 generate_epc_qr.py ---help

or generate without questions

python3 generate_epc_qr.py "My Bill #1" 10.25

About

Helper script to generate EPC QR code for SEPA transaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages