This is a QR code reader, which when showing the code to the web camera of the computer equipment, a record of the employee's entry is made.
To carry out this project it is necessary to have the libraries installed:
- numpy:
pip install numpy - cv2:
pip install opencv-python - pyzbar:
pip install pyzbar - psycopg2:
pip install psycopg2