A web application developed using Django framework, designed to generate and download QR code from any text. The project utilises pyqrcode and png module in python to generate QR code of any text.
Made with python - Django framework
pyqrcode module for the QR.
- Clone the Project
- Create and activate virtual environment (recommended):
Creation :
python -m venv venv
Activation :
Windows -venv\Scripts\activate
MacOS/ Linux -source venv/bin/activate - Run
pip install -r requirements.txt - Run
python manage.py runserver