Simple QR Code Generator
A minimal Python CLI tool that turns any text or URL into a scannable QR code image.
Features: . Interactive prompts for data and filename . Auto-adds .png extension if forgotten . Clean black-and-white styling . Adjustable box size and border width
Usage:
python qr_generator.py
---> Requires: qrcode library (pip install qrcode[pil])