A simple Python script to generate QR codes (saved as PNG using the pyqrcode module).
- Generate a QR code from any URL or text.
- Save as PNG file.
- Lightweight, only uses
pyqrcodeandpypng.
Clone the repository and install dependencies:
git clone https://github.com/Avirmora/QR-Generator.git
cd QR-Generator
pip install -r requirements.txt