DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
551 stars 259 forks source link

Added Qr Code Scanner script #361

Closed thechiranjeevvyas closed 3 weeks ago

thechiranjeevvyas commented 3 weeks ago

Qr Code Scanner script

Summary

This script enables users to scan and decode QR codes from image files (PNG and JPG formats). It uses OpenCV and Pyzbar for decoding QR codes and provides a simple file dialog for selecting images on your local machine.

Resolves- #357

The changes are as follows:

Checks

in the repository

in the PR

Merge this PR under hacktoberfest label

Thanks, :)

thechiranjeevvyas commented 3 weeks ago

The folder name, r should be in caps to maintain consistency @thechiranjeevvyas

aligned the folder name as per the repo needs pls check @DhanushNehru