From 2a3c019bd4c4ee5ada38d70c02eee377ef464b3f Mon Sep 17 00:00:00 2001 From: John Smith Date: Tue, 10 Jan 2023 22:27:24 +0100 Subject: [PATCH] Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..911bd4f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +QRReceiptCreator +====== + +This is a script that creates signed receipts and makes QR codes out of them. + +**Dependencies** + +* [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 \ No newline at end of file