Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

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.

Features

  • Generate QR codes from URLs.
  • Download generated QR codes as image files.
  • User-friendly web interface.

Technologies Used

  • Python 3.14.
  • Django 6.0.1.
  • qrcode library
  • pillow library for image manipulation

Installation

Prerequisites

  • 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

📸 Screenshots

🏠 Home Page

Home Page

🔳 Generated QR Code

QR Result

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages