Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 651 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 651 Bytes

bus_pass_qr

This is my project of using qr code as bus pass. This project is about using qr code as a bus pass. This digitalizes the conventional bus pass system and is also very handy. A person can only be allowed to travel until the validity of pass is there.

Libraries Used:

> pyzbar
> datetime
> cv2
> qrcode

Instruction:

GENERATING QR CODE

> run generate_qr.py 
> press Y
> Enter the starting date for the pass in the specified format
> Enter the End date of the pass
> Print the qr code generated or click picture of it.
(Can be found with name image.jpg untill next generation)  

SCANNING QR CODE

> Run qr_scanner.py