Generation QR Code with IMG
Project description
Генерация QR Code по картинке
https://pypi.org/project/gen-qr-with-img/
Пример работы
from path import Path
from qrcode_img import QRCode
text = 'Hello'
path_to_download = Path().joinpath("example", "11.png")
path_to_save = Path().joinpath("example", "1example.png")
qrcode = QRCode(text)
qrcode.gen_qr_code(path_to_download, path_to_save)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qrcode_img-1.0.3.tar.gz
(12.1 kB
view details)
File details
Details for the file qrcode_img-1.0.3.tar.gz.
File metadata
- Download URL: qrcode_img-1.0.3.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c4821fcab7d54fece38d1f8a3c52b8e493fa735504f074f9d0bec1a85fbdbdf
|
|
| MD5 |
c44f43f4c160cf966abb4d195b99f213
|
|
| BLAKE2b-256 |
0f146a4afbef46ea42f0c1228e7bb94071eedc9670cc8ef3fc000795aa87a040
|