A simple QR Code generator built with Python and Flask. This project allows users to create QR codes from input text, URL, or other data. The generated QR codes can be displayed on a web page and downloaded as image files.
- Clone the repository.
- Download Bootstrap and Bootstrap Icons:
- Download Bootstrap and Bootstrap Icons files from https://getbootstrap.com/.
- Save the Bootstrap files in a folder named
bootstrap
and the Bootstrap Icons in a folder namedbootstrap-icons
within thestatic
directory of your project.
- Run the Application (
QR-Code.py
). - Access the Application:
- Open your web browser and navigate to
http://localhost:5000
to use the application.
- Open your web browser and navigate to
- Enjoy Creating QR Codes!