qreader:用于QR码的纯Python阅读器

时间:2024-05-17 06:26:10
【文件属性】:

文件名称:qreader:用于QR码的纯Python阅读器

文件大小:65KB

文件格式:ZIP

更新时间:2024-05-17 06:26:10

Python

qreader 纯QR编码的python阅读器。 与Python 2.7到3.6+兼容。 我们使用易于安装的Pillow软件包加载图片,因此支持许多图片格式。 地位 该程序包正在进行中。 它当前可以解码在计算机上生成的右侧QR码图像(不是打印代码的图片)。 尚待实现的功能: QR数据纠错(目前正在研究和实施) 图像识别以识别相机图片中的QR码 用法 qreader.read(source) # source can be a file-like object, a PIL image, or a path to a local file 例如: import qreader from urllib.request import urlopen url = 'https://upload.wikimedia.org/wikipedia/commons/8/8f/Qr-2.png


【文件预览】:
qreader-master
----.gitignore(425B)
----qreader()
--------validation.py(3KB)
--------api.py(1KB)
--------tuples.py(570B)
--------exceptions.py(667B)
--------constants.py(690B)
--------utils.py(610B)
--------decoder.py(3KB)
--------spec.py(7KB)
--------__init__.py(52B)
--------vcard.py(3KB)
--------scanner.py(9KB)
----README.md(1KB)
----tests()
--------resources()
--------test_tuples.py(2KB)
--------test_decoder.py(3KB)
--------test_utils.py(2KB)
--------test_spec.py(7KB)
--------test_api.py(793B)
--------__init__.py(94B)
--------helpers.py(4KB)
--------test_scanner.py(4KB)
--------test_validation.py(4KB)
--------test_vcard.py(2KB)
----.coveralls.yml(45B)
----requirements.txt(36B)
----setup.py(868B)
----.travis.yml(259B)

网友评论