A simple desktop application to generate QR codes from URLs and save them as PNG images.
- Enter a URL and generate a QR code
- Save the QR code as a PNG file
- Custom window and taskbar icon
- Download the
qr_app.exefrom the Releases page. - Open the application.
- Enter a URL and click Generate QR Code.
- Click Save QR Code to save the image.
The Python source code is available in this repository. You can run it using Python 3 with the required dependencies:
pip install qrcode[pil] pillow
python qr_app.py