A lightweight, portable Python script to generate high-quality QR codes instantly from any URL or text input.
- Dynamic Pathing: Automatically saves the output in the script's directory (no hardcoded paths).
- Customizable Geometry: Uses a 21x21 matrix (Version 1) with adjustable box sizes and borders.
- Error Correction: Built-in
ERROR_CORRECT_Lto ensure scan reliability.
Before running the script, ensure you have Python installed and the qrcode library:
pip install qrcode[pil]