A simple qr code and barcode reader Python script.
git clone https://github.com/esrefyigitbasi-dev/QR-Code-Cam-Scanner.git
cd QR-Code-Cam-Scanner
if there is not pipenv, run this command for linux
sudo apt install pipenv
if there is not pipenv, run this command for mac
brew install pipenv
if there is, continue here
pipenv shell
pipenv install
cd qr-scanner
python3 qrscanner.py