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.