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.5.tar.gz
(12.1 kB
view details)
File details
Details for the file qrcode_img-1.0.5.tar.gz.
File metadata
- Download URL: qrcode_img-1.0.5.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 |
de9a55ac50c0af68096367f7b183acefb170813da33fd874393d64713e9fecd2
|
|
| MD5 |
2cfc892f4152ac49522d1fafa200d629
|
|
| BLAKE2b-256 |
24f40bf02dd5d689e07527f0958d60f14ba9a21b13f7c83ea44bd8095fd2d5eb
|