add a Python wrapper to ZXing library (#1290)

add pyzxing in ZXing-based third-party open source projects table
This commit is contained in:
Chenjie Xu 2020-05-29 11:29:01 +08:00 committed by GitHub
parent 3c96923276
commit 9068f64eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ library implemented in Java, with ports to other languages.
| [ZXingObjC](https://github.com/TheLevelUp/ZXingObjC) | Port to Objective-C
| [php-zxing](https://github.com/dsiddharth2/php-zxing) | PHP wrapper to Zxing Java library
| [zxing-js/library](https://github.com/zxing-js/library) | TypeScript port of ZXing library
| [pyzxing](https://github.com/ChenjieXu/pyzxing) | Python wrapper to ZXing library
### Other related third-party open source projects