updated readme

This commit is contained in:
tcsenpai 2024-07-23 01:17:02 +02:00
parent 72a0eb1c5f
commit 40f7308c26

View File

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