Just a message for those that are having trouble with from qrtools import QR or import qrtools; qrtools.QR()
I am using windows (py 3.5.0) and I got it to work by using:
from qrtools.qrtools import QR
As opposed to what the installation docs say.
Also; there seems to be a problem with the package 'zbar' as I cannot install it on my Windows machine but that's a problem with the zbar package.
Just a message for those that are having trouble with
from qrtools import QRorimport qrtools; qrtools.QR()I am using windows (py 3.5.0) and I got it to work by using:
from qrtools.qrtools import QRAs opposed to what the installation docs say.
Also; there seems to be a problem with the package 'zbar' as I cannot install it on my Windows machine but that's a problem with the zbar package.