You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a wrapper for the [ZXing barcode library](https://github.com/zxing/zxing). (It's a "slightly less quick-and-dirty" fork of [oostendo/python-zxing](https://github.com/oostendo/python-zxing).)
7
+
This is a wrapper for the [ZXing barcode library](https://github.com/zxing/zxing).
8
8
It will allow you to read and decode barcode images from Python.
9
9
10
+
It was originally a "slightly less quick-and-dirty" fork of [oostendo/python-zxing](https://github.com/oostendo/python-zxing), but has since
11
+
evolved considerably beyond that ancestral package.
12
+
10
13
## Dependencies and installation
11
14
12
15
Use the Python 3 version of pip (usually invoked via `pip3`) to install: `pip3 install zxing`
@@ -41,7 +44,7 @@ If it encounters any other recognizable error from the Java ZXing library, it ra
41
44
The command-line interface can decode images into barcodes and output in either a human-readable or CSV format:
0 commit comments