Is there any library in python for encoding and decoding qr codes. i have searched some old questions in stackoverflow but some links are dead and some links they have given were not working. suggest me for any python working qr-code library.
Thanks
feedback
|
|
Try pyqrnative. It's not really actively being developed, but does what it should do. The main issue with it is that the documentation is kind of non-existent. A very brief example can be seen in the project's test code, while ros.org has generated an overview of the available classes and functions. | |||
|
feedback
|
|
Try https://github.com/lincolnloop/python-qrcode. It only works for generation of codes though. | |||
|
feedback
|