From d0a59dcc4f720489240a03124dd969def21ec998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20GABOLDE?= Date: Fri, 28 Feb 2025 01:16:37 +0100 Subject: [PATCH] added readme --- readme.mb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readme.mb diff --git a/readme.mb b/readme.mb new file mode 100644 index 0000000..1336ce7 --- /dev/null +++ b/readme.mb @@ -0,0 +1,8 @@ +# QRCodex + +A simple Python script to generate an image of a QRCode made of text character in the Cells + +## How to + +- install python +- install python lib qrcode -> `pip install qrcode`