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.
Here is a quick preview of the QR generator in action:
| Tool / Library | Purpose |
|---|---|
| Python | Main programming language |
qrcode |
Generates QR code |
Pillow |
Image processing & saving |
π QR_Scanner
β£ π main.py
β£ π requirements.txt
β π assets
β π demo.gif
git clone https://github.com/KavinKohli/python-qrcode-generator.git
cd python-qrcode-generatorpip install -r requirements.txt