Mr.Lee's QRCode Helpers
Project description
pylhb4qrcode
pylhb-qrcode 是我在工作过程中陆续整理的一个 Python qrcode 工具包,里面就放在一个关于qrcode操作的类及相关函数。与其说是一个正式的开源项目,不如说是我自己的“代码杂物间”——只不过把它打包了一下,方便在不同项目之间复用。
由于是个人使用为主,很多设计可能带着比较强的个人习惯,也未必是最优解。如果您发现了问题或有更好的建议,非常欢迎指正。
安装
pip install pylhb4qrcode
命令
- 创建二维码
pylhb4qrcode --str 596928288
pylhb4qrcode --str 596928288 --desc 扫我加QQ --logo my.png --circular --file MyQQ.png
🌺myqrcode模块
二维码生成,并可以在二维码下方添加描述文字。
使用示例:
from pylhb4qrcode.myqrcode import MyQRCode
if __name__ == "__main__":
qr=MyQRCode()
qr.get(qrStr:"596928288",qrDesc="扫我加QQ")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylhb4qrcode-1.0.0.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylhb4qrcode-1.0.0.tar.gz.
File metadata
- Download URL: pylhb4qrcode-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bd32ba563793fa5a4f8bd2d8c468f1e7ab70246d42c1a9ad90fe0d4004f4f20
|
|
| MD5 |
df54ff5d9fda4878b23aaf48a0a6fc5d
|
|
| BLAKE2b-256 |
9c29d294cbc2b80417dfa9f665fdd63b497ad9d32c6b6e0fe87f841c1f3806cc
|
File details
Details for the file pylhb4qrcode-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pylhb4qrcode-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.18 {"installer":{"name":"uv","version":"0.11.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c765dd2eda8447d53e750777656fb87139c791c11be298daa867b5044b56c068
|
|
| MD5 |
21dc88921ce5adb7f8a04a98268e6f26
|
|
| BLAKE2b-256 |
efee258e5fa1edd7aa62c9c8c4a00e4373c0c9cad8595fc1878acb1e1ba602af
|