Skip to content

Instantly share code, notes, and snippets.

View cs-mshah's full-sized avatar
🎯
Focusing

Manan Shah cs-mshah

🎯
Focusing
View GitHub Profile
@cs-mshah
cs-mshah / screenQR.py
Created March 17, 2023 05:45
Scan QR codes from your screen and store them in a file
import cv2
from pyzbar.pyzbar import decode
import pyautogui
import numpy as np
import time
SLEEP = 5
QR_FILE_PATH = 'qr_codes.txt'