diff --git a/README.md b/README.md index 7647646..c9ae4e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# QR Code Encoder and Decoder +# QRare -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. +## 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. ## Dependencies @@ -13,7 +15,7 @@ This Python module provides functionality to encode arbitrary binary data into a Install the required libraries using pip: -`pip install qrcode pillow zxing compress` +`pip install qrcode pillow zxing qrtools compress` Or install the dependencies using: