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.
 
John Smith 077f3330be Update signer.py header 1 year ago
README.md Add README 2 years ago
signer.py Update signer.py header 1 year ago

README.md

QRReceiptCreator

This is a script that creates signed receipts and makes QR codes out of them.

Dependencies

  • python-qrcode (or commit a6f03508ae701c28cc68073ab3f16e4ec4be7bf3 from the original repo)
  • python-pil (or pillow)
  • python-crypto / python-pycrypto / pycryptodome