Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 384 Bytes

QR Code Generator

Create a QR Code for any link displayed on the front end and also creates a downloadable image for reuse.

Demo Link

    virtualenv env
    source env/bin/activate
    pip3 install -r requirements.txt
    python run.py