Generate EPC-compatible QR codes for wire transfers
Project description
Create QR codes for wire transfers
Sick of copy-and-pasting IBANs to forms? Why not just scan a QR code and have your favorite banking app take care of the rest?
Why not be generous and support wikipedia with 123,45€? Grab your phone and scan the image.
Disclaimer: The author of this code has no affiliation with the EPC whatsoever. Henceforth, you are welcome to use the code at your own dispense, but any use is at your own (commercial) risk.
Installation
You can easily install the Python package via pip.
pip install py-epc-qr
Usage
You can use the package as part of your own code or as a standalone command line interface (CLI).
Code
from py_epc_qr.transaction import consumer_epc_qr
epc_qr = consumer_epc_qr(
beneficiary= "Wikimedia Foerdergesellschaft",
iban= "DE33100205000001194700",
amount= 123.45,
remittance= "Spende fuer Wikipedia"
)
epc_qr.to_qr()
CLI
From interaction
From template
Limitations
Currently, the EPC specifications are implemented only to work with IBAN-based consumer wire transfers within the European Economic Area.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file py-epc-qr-0.1.1.tar.gz
.
File metadata
- Download URL: py-epc-qr-0.1.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.10 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aea3fe6941e0aabc83e5f34915f9e2296dab6a51688caabe1ce0c555dbc3de14 |
|
MD5 | 0710d0c597fafff04368e324ae8015ce |
|
BLAKE2b-256 | 8440d500dc2707477cbd51a72e7daab26b891132bfe03c3d33f97ca1edbc8dd0 |
File details
Details for the file py_epc_qr-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: py_epc_qr-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.10 Darwin/21.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee0821dbca20bfad7d68545e7221dfd1cf2f2a7137738f7bcd665ff01454c0ff |
|
MD5 | bf9e1fc944ef5ca47f8f294e99201b93 |
|
BLAKE2b-256 | 98ec4ef88b1e62dd991c770bd49e2c19347c40365a77252eed423344053a57ad |