This application works as a qr generator and scanner. After running on terminal, Generate operation creates a qr code and opens, Scanner runs computers camera and when detects a qr code shown on camera, will display information and save it to a file.
Follow instructions given under setup section. After executing run.py, app will ask operation on terminal. 1- QrGenerator --> Generates qr code 2- QrScanner --> Scans qr code # Camera wont stop while trying to close it. CTRL + C will kill program + camera. quit() --> exit Logging may be followed in log doc after running app.
-
Create and activate env
virtualenv venv .\venv\Scripts\activate
-
Install pip packages
pip install -r requirements.txt
-
Run run.py