I am looking for an easy way to decode QR Codes in png format in python 3. Many of the previous answers I found, seem to only work with python 2. For example the qrtools package does not work, because zbar does not work with python 3.
It would be very helpful if someone could suggest a package to use and provide a basic example on how to decode the QR code.