From 2d151fdecee7116b42557a03f6ad80e87a972c26 Mon Sep 17 00:00:00 2001 From: TheCookingSenpai <153772003+tcsenpai@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:28:12 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766acb9..e4d6256 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This Python module provides functionality to encode arbitrary binary data into a Install the required libraries using pip: -`pip install qrcode pillow zxing` +`pip install qrcode pillow zxing qrtools` Or install the dependencies using: From 72557ba6600dc756ee7cf1af1c5e7895b14b6aba Mon Sep 17 00:00:00 2001 From: TheCookingSenpai <153772003+tcsenpai@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:28:43 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4d6256..569d978 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QR Code Encoder and Decoder -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` library for decoding. +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. ## Dependencies 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 3/3] 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.