Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
tcsenpai 2024-07-23 01:16:22 +02:00
commit 72a0eb1c5f

View File

@ -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: