Generation QR Code with IMG
Project description
Генерация QR Code по картинке
https://pypi.org/project/qrcode-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.6.tar.gz
(12.2 kB
view details)
File details
Details for the file qrcode_img-1.0.6.tar.gz.
File metadata
- Download URL: qrcode_img-1.0.6.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ccff346e5528bce66ad1b0853fff492e642507fce8737c03b9223d7eae7a941
|
|
| MD5 |
55bce0099eeb9158981c2079e6caa976
|
|
| BLAKE2b-256 |
45b788fab6b8f0ccacf700a1336996f7f3dbba2e988c884a73fe29599b4e3225
|