From 40f7308c2664a39725d654ffcbc3b3cf3706051b Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Tue, 23 Jul 2024 01:17:02 +0200 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9ae4e6..6451d17 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## Store files into QR Codes and decode them later! +### Now with gzip compression and fallback to qrtools! + 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