mirror of
https://github.com/tcsenpai/qrare.git
synced 2025-06-06 19:25:26 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
72a0eb1c5f
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user