This project is build as a webapp using flask to generate a qr-code for your link.
All the .html files are in template folder.
All the qr-codes are stored in static folder.
The main file is qrcodegenerator.py in which database is created using sqlite module.
The name of database is 'links.db'.
This webapp will let you enter any link and will create a qrcode image for that.
Make sure you have installed these modules - flask, qrcode, sqlite3, os.
In the database the table is created which stores the link and the name given to that qrcode-image.
Aniket-d-d/qrcode_generator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|