QR code conversion tool
Project description
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 | 初步框架 |
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
easyqr-1.0.tar.gz
(2.8 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
easyqr-1.0-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file easyqr-1.0.tar.gz.
File metadata
- Download URL: easyqr-1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91112c9e161d5c264acf06ce3a08b114d94189bd628fe2fdcf9460330f13a0f2
|
|
| MD5 |
8dabc08cec9e9f692c0b8b9f7a702dc1
|
|
| BLAKE2b-256 |
b5128f35e74bbd957d0126257ba11a3c62e2630649c8f84200d812707993a1cd
|
File details
Details for the file easyqr-1.0-py3-none-any.whl.
File metadata
- Download URL: easyqr-1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
212dab4c66b36bbf58ab51ba8a2fd253b89f444b32545570565b98684c4b039e
|
|
| MD5 |
689d5478a48d34a295fd69ad2e8341ba
|
|
| BLAKE2b-256 |
faff27070ed460ff68e225ecefe7255c98eaef7be4cdabc008bde9a176893c6d
|