Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 379 Bytes

File metadata and controls

9 lines (6 loc) · 379 Bytes

QRCode-FlaskAPI

The above text states that the provided source code is an API designed for generating QR codes. It has been developed using the Flask framework.

how to using

1- Install the necessary libraries with the pip install -r requirements.txt command.

2- Run the app.py file.

3- The address is http://127.0.0.1/api/qrcode?text=Hello%20World Open in your browser.