easyqr
介绍
便捷的二维码转换工具 支持文字转二维码,二维码转文字(支持中文,支持本地上传以及在线二维码)
安装
pip install easyqr
使用说明
from easyqr import easyqr as qr
#文字转二维码
print(qr.code('这是一个简单的二维码转换模块'))
#上传二维码
url = qr.upload('01.png')
#解析二维码
print(qr.online(url))
使用So easy!
注意
因为使用了网络接口,大量识别转换因为网络及服务器压力缘故,可能会丢失或者拒绝访问,本模块目前为实验性质设计,如需频繁使用,请与服务商草料二维码洽谈商务合作,请知悉!
更新
| 版本 | 内容 |
|---|---|
| 1.0 | 调优完毕,正式版本 |
| 0.6 | 一些不值得注意的优化 |
| 0.5 | 一些不值得注意的优化 |
| 0.4 | 一些不值得注意的优化 |
| 0.3 | 一些不值得注意的优化 |
| 0.2 | 1.优化了导入包的逻辑机构,现在只需要 import easyqr 就可以了2.缺失的依赖项自动导入,无需手动添加依赖项 |
| 0.1 | 初步框架 |
Release files for easyqr 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easyqr-1.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| easyqr-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / easyqr-1.0.tar.gz
| Download URL | easyqr-1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
91112c9e161d5c264acf06ce3a08b114d94189bd628fe2fdcf9460330f13a0f2
|
|
BLAKE2b-256 checksum How to use checksums |
b5128f35e74bbd957d0126257ba11a3c62e2630649c8f84200d812707993a1cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
|
Release files / easyqr-1.0-py3-none-any.whl
| Download URL | easyqr-1.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
212dab4c66b36bbf58ab51ba8a2fd253b89f444b32545570565b98684c4b039e
|
|
BLAKE2b-256 checksum How to use checksums |
faff27070ed460ff68e225ecefe7255c98eaef7be4cdabc008bde9a176893c6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
|