Update README.md

This commit is contained in:
TheCookingSenpai 2024-07-22 23:38:37 +02:00 committed by GitHub
parent 72557ba660
commit c32de7c0de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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