From c32de7c0de004ba990569048bce1712b39b3e816 Mon Sep 17 00:00:00 2001 From: TheCookingSenpai <153772003+tcsenpai@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:38:37 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 569d978..5900310 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# QR Code Encoder and Decoder +# QRare + +## Store files into QR Codes and decode them later! This Python module provides functionality to encode arbitrary binary data into a series of QR codes and decode them back into the original data. It uses the `qrcode` library for encoding and the `zxing` and `qrtools` libraries for decoding.