Skip to main content

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


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

Uploaded Source

Built Distribution

pyzxing-0.1-py3.7.egg (5.2 kB view hashes)

Uploaded Source

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