qrtools icon indicating copy to clipboard operation
qrtools copied to clipboard

A suite of tools for handling QR codes.

Results 9 qrtools issues
Sort by recently updated
recently updated
newest added

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...

It looks like zbar is a dependency of this project but I can't seem to `pip install zbar` with python version 3.8.5. [There are a lot of posts suggesting you...

I am having a problem in creating 'MECARD' due to a lack of proper docs so can you please share a simple code snippet on how to make it. Thank...

Hello, This QR code appears to be wrongfully decoded by qrtools: ![test](https://user-images.githubusercontent.com/765956/75023746-9c2a4700-5498-11ea-8609-1e7a545dcf6b.png) It contains the url "https://qrwm.org/Q34189?pk_campaign=transdev&pk_kwd=Q209101", but qrtools wrongfully decodes it as the text "41" : ``` import qrtools...

I installed and run the example as instructed on your Read me file; it gives "Segmentation fault" for any simple QR code png file. What do you suggest?

nowadays the function "decode" only with param of filename, Please consider overload the decode function with the param of raw buff.

The image variable is local to the function. There is no need to delete it.

added another random variable to the random tempfile name because working with hundreds of qrcode sometimes i got an error

My camera makes images with upper case file extensions. Unfortunately they are not listed in the file chooser when I click "decode from a file". I have to select "all...