Skip to content

Aniket-d-d/qrcode_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

qrcode_generator

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.

About

This project is build as a webapp using flask to generate a qr-code for user link.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors