NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
734 stars 176 forks source link

Add how to guides section #156

Open capjamesg opened 1 year ago

capjamesg commented 1 year ago

This PR adds a new How to Guides section to the pyzbar README where people can share guides they have written on how to use pyzbar. I was using computer vision to identify barcodes then pyzbar to read the barcodes. The pyzbar Python implementation is so useful -- thank you for all of your work!

capjamesg commented 1 year ago

Following up on this!