Python 2 script that creates RSA signed receipts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
405 B

2 years ago
QRReceiptCreator
======
This is a script that creates signed receipts and makes QR codes out of them.
**Dependencies**
* Python 2.7
2 years ago
* [python-qrcode](https://repo.mzjtechnology.com/mzj-prod/python-qrcode) (or commit a6f03508ae701c28cc68073ab3f16e4ec4be7bf3 from the [original repo](https://github.com/lincolnloop/python-qrcode))
* python-pil (or pillow)
* python-crypto / python-pycrypto / pycryptodome