This is a QR code reader using Python for an integrated/external camera module.
If you are using Anaconda to manage your Python environments, you can install all dependencies listed in the environment.yml
file using this single command:
$ cd python-qr-reader/
$ conda env create -f environment.yml
# this will install a new environment in your default conda environment path
If you're having issues or would like to request new features, reach out to me at @akshitbhalla13 on Twitter.