QR platba SVG QR code and SPAYD string generator
Project description
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.
Contribute
Feel free to send pull requests on github: https://github.com/hareevs/python-qrplatba
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.3.tar.gz
(5.0 kB
view details)
File details
Details for the file qrplatba-0.3.3.tar.gz
.
File metadata
- Download URL: qrplatba-0.3.3.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8ce03a005e5b579d8fc159de83478627b6714a7e7f991332e0c1032bb3a7b6d |
|
MD5 | c5a4d5e3306f3572b339cd279ec5027d |
|
BLAKE2b-256 | 3489933def0489122b6e3898b96d72809ec12d92bf997b2963dc7762f3def87f |