mirror of
https://github.com/tcsenpai/qrare.git
synced 2025-06-06 03:05:27 +00:00
Update README.md
This commit is contained in:
parent
40f7308c26
commit
2c3a1a8c20
17
README.md
17
README.md
@ -6,7 +6,20 @@
|
|||||||
|
|
||||||
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.
|
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
|
## Installation
|
||||||
|
|
||||||
|
### Using pip
|
||||||
|
|
||||||
|
Pubished at https://pypi.org/project/qrare/
|
||||||
|
|
||||||
|
`pip install qrare`
|
||||||
|
|
||||||
|
### From this repository
|
||||||
|
|
||||||
|
`git clone https://github.com/tcsenpai/qrare/`
|
||||||
|
`cd qrare`
|
||||||
|
|
||||||
|
#### Install dependencies
|
||||||
|
|
||||||
- Python 3.x
|
- Python 3.x
|
||||||
- qrcode
|
- qrcode
|
||||||
@ -23,7 +36,7 @@ Or install the dependencies using:
|
|||||||
|
|
||||||
`pip install -r requirements.txt`
|
`pip install -r requirements.txt`
|
||||||
|
|
||||||
## Functions
|
## Functions & Usage
|
||||||
|
|
||||||
### bin_to_qr(data, chunk_size=100, filename_prefix="qr_code")
|
### bin_to_qr(data, chunk_size=100, filename_prefix="qr_code")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user