Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 889 Bytes

File metadata and controls

52 lines (31 loc) · 889 Bytes

QR Code Generator (Python)

A simple and efficient QR Code Generator built in Python.
This project lets you generate QR codes for any text, link, or custom message — quickly and effortlessly.


🎥 Demo

Here is a quick preview of the QR generator in action:

QR Generator Demo


Technologies Used

Tool / Library Purpose
Python Main programming language
qrcode Generates QR code
Pillow Image processing & saving

Project Structure

📁 QR_Scanner

┣ 📜 main.py

┣ 📜 requirements.txt

┗ 📁 assets

┗ 📜 demo.gif


How to Run

1 Clone the Repository

git clone https://github.com/KavinKohli/python-qrcode-generator.git
cd python-qrcode-generator

2 Install dependencies

pip install -r requirements.txt