Software Alternatives & Reviews

How to decode a QR-code image in (preferably pure) Python?

QtQR ZXing
  1. 1
    A Qt GUI (front-end) for python-qrtools that makes creating and decoding QR codes easy.
    From qrtools import QRmyCode = QR(filename=u"/home/psutton/Documents/Python/qrcodes/qrcode.png")if myCode.decode(): print myCode.data print myCode.data_type print myCode.data_to_string() So I tried installing it using sudo pip install qrtools, which can't find anything. I also tried it with python-qrtools, qr-tools, python-qrtools and a couple more combinations, but unfortunately to no avail. I suppose it refers to this repo which says it is based on ZBar (see above). Although I want to run my code on Heroku (and thus prefer a pure Python solution) I successfully installed it on a Linux box (with sudo apt-get install python-qrtools) and tried running it:.

    #QR Code #QR Code Generator #Analytics 1 social mentions

  2. 2
    Barcode Scanner for Android
    Pricing:
    • Open Source
    PyXing (website here) is supposedly a Python port of the popular Java ZXing library, but the initial and only commit is 6 years old and the project has no readme or documentation whatsoever.

    #Barcode And QR Code #Barcode Scanner #Barcode Tracking 16 social mentions

Discuss: How to decode a QR-code image in (preferably pure) Python?

Log in or Post with