文件名称:pyzbar:从Python 2和3读取一维条形码和QR码
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-15 02:27:53
Python
pyzbar 使用库从Python 2和3读取一维条形码和QR码。 纯Python 适用于PIL /枕头图像,OpenCV / numpy ndarray和原始字节 解码条形码的位置 除了zbar库本身之外,没有依赖关系 在Python 2.7和Python 3.4至3.7上进行了测试 较早的软件包卡在Python 2.x-land中。 软件包不提供对Windows的支持,并且取决于Pillow。 安装 Windows Python*随附zbar DLL 。 在其他操作系统上,您将需要安装zbar共享库。 Mac OS X: brew install zbar Linux: sudo apt-get install libzbar0 安装此Python包装器; 使用第二种形式安装命令行脚本的依赖项: pip install pyzbar pip install pyzbar
【文件预览】:
pyzbar-master
----README.rst(7KB)
----LICENSE.txt(1KB)
----pyzbar()
--------zbar-LICENSE.txt(26KB)
--------zbar_library.py(2KB)
--------scripts()
--------__init__.py(93B)
--------locations.py(2KB)
--------wrapper.py(7KB)
--------pyzbar.py(6KB)
--------pyzbar_error.py(67B)
--------tests()
----bounding_box_and_polygon.png(6KB)
----.travis.yml(308B)
----tox.ini(345B)
----setup.cfg(26B)
----setup.py(2KB)
----bounding_box_and_polygon.py(572B)
----DEVELOPING.md(3KB)
----.gitignore(82B)
----MANIFEST.in.win32(92B)
----MANIFEST.in.win64(90B)
----MANIFEST.in.all(27B)
----CHANGELOG.md(455B)
----.coveragerc(206B)
----requirements.pip(246B)