Update README.md

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

View File

@ -1,6 +1,6 @@
# QR Code Encoder and Decoder
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.
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