QR Code Generator is a web application built with Django that allows users to create QR codes from provided URLs, This project demonstrates how to use Django for web development and the 'qrcode' library to generate QR codes.
- Generate QR codes from URLs.
- Download generated QR codes as image files.
- User-friendly web interface.
- Python 3.14.
- Django 6.0.1.
- qrcode library
- pillow library for image manipulation
- Python 3.14 installed on your system.
- Django installed. if you don't have Django installed, you can install it using pip:
Use These Commands :
pip install django
pip install qrcode
pip install pillow

