Skip to main content

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

This version

1.0

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 hashes)

Uploaded Source

Built Distribution

easyqr-1.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page