Simple QR Code Reader (Python) A lightweight Python script to decode QR codes from image files using only OpenCV. Installation git clone https://github.com/zrnge/QR-Reader/qr-reader.git cd qr-reader pip3 install -r requirements.txt