- Generate QR codes for any link
- Choose QR code version/density
- Embed a custom logo in the QR code
- Save output with a custom file name
Install dependencies with:
pip install -r requirements.txtRun the script:
python generate_qr.pyYou will be prompted for:
- Website link
- Output file name (recommended)
- QR code version/density (optional)
- Logo file path (optional)
The generated QR code will be saved in the output/ directory.
Enter website link: https://coders.cs.uwlax.edu
Enter file name (default: qr_code): coders_website
Enter QR code version/density (1-40, default: None):
Enter path to logo file (default: assets/qr_logo.png):

