QR platba SVG QR code and SPAYD string generator
Project description
QR platba SVG QR code and SPD string generator.
See http://qr-platba.cz/pro-vyvojare/ for more information about the specification (available only in czech).
from qrplatba import QRPlatbaGenerator
from datetime import datetime, timedelta
due = datetime.now() + timedelta(days=14)
generator = QRPlatbaGenerator('123456789/0123', 400.56, x_vs=2034456, message='text', due_date=due)
img = generator.make_image()
img.save('example.svg')
Installation
To install qrplatba, simply:
$ pip install qrplatba
License
This software is licensed under MPL 2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qrplatba-0.3.2.tar.gz
(4.4 kB
view details)
File details
Details for the file qrplatba-0.3.2.tar.gz
.
File metadata
- Download URL: qrplatba-0.3.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd1e408a9582318f203906f0996f20bccf47376fe4cc0e86bed625295e837895 |
|
MD5 | a3cda146d9ea442a4f077b1d23b6fbaf |
|
BLAKE2b-256 | 5341f801cb71bf46f9aa93d6b1df9648bea33100ac0b3117dfe432d2741afb5b |