Python wrapper for ZXing JAVA library
Project description
pyzxing
python-zxing does not work properly and is out of maintenance. So I decide to create this repository so that Pythoneer can take advantage of zxing library with minimum cost.
Install Zxing Module
git submodule init
git submodule update
cd zxing
mvn install -DskipTests
cd javase
mvn -DskipTests package assembly:single
Quick Start
from pyzxing import BarCodeReader
reader = BarCodeReader()
output = reader.decode('/PATH/TO/FILE')
print(output)
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
pyzxing-0.1.tar.gz
(1.9 kB
view details)
Built Distribution
pyzxing-0.1-py3.7.egg
(5.2 kB
view details)
File details
Details for the file pyzxing-0.1.tar.gz
.
File metadata
- Download URL: pyzxing-0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67ecd2562bdae29dfe07cb515daec3147fa008b2084bb39f2830ae5cda442813 |
|
MD5 | de0bd98f0e3b597a1e216dbff26efccc |
|
BLAKE2b-256 | d4bac1d77e435ecdedea102f409a6274d1bfcad3da580f888ac237652b63d104 |
File details
Details for the file pyzxing-0.1-py3.7.egg
.
File metadata
- Download URL: pyzxing-0.1-py3.7.egg
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d133e61ce3681eb6ed6606121bb2bf6517912cdff87e34e2f29b590f466fe8cb |
|
MD5 | bfe48bb3da86882382e1c87e2582cf9b |
|
BLAKE2b-256 | 71f65b772ddacb2debd7c185c3f959edc9bc3682d98b22d7b3daf1c53ef9a942 |