A simple Python script that generates QR codes from URLs and saves them as PNG images.
This tool allows you to quickly create QR codes for any URL.
Simply provide the URL and specify a filename and the script will generate a QR code image that can be scanned by any QR code reader.
- Python 3.x
- qrcode library
Install the required dependency:
pip install qrcode[pil]
▪ Simple command-line interface
▪ Automatic .png extension handling
▪ Generates scannable QR codes from any URL...
This project is open source and available for personal and commercial use.
Mentor : Code With Harry (Haris Ali Khan)