Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 902 Bytes

File metadata and controls

26 lines (19 loc) · 902 Bytes

Star Badge Open Source Love

QR Code Generator

🛠️ Description

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.

⚙️ Language Used

Made with python - Django framework

pyqrcode module for the QR.

🌟 How to run

  • 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