This is a simple app to create QR codes. You can type in the text, generate a QR code, and save it as an image file.
- Create QR Codes: Enter text and generate a QR code.
- Display QR Codes: See the generated QR code in the app.
- Save QR Codes: Save the QR code as a PNG image file.
- Python 3.x
pyqrcodelibrarytkinterlibrary (included with Python)Pillowlibrary for image handling
- Clone the repository:
git clone <repository_url>
- Go to the project folder:
cd qr-code-generator - Install the required libraries:
pip install pyqrcode pillow
-
Run the app:
python qr_code_generator.py
-
Generate a QR Code:
- Enter text in the input field.
- Click the "Create" button to generate the QR code.
- The QR code will be displayed in the app.
-
Save the QR Code:
- Click the "Download" button.
- Choose where to save the QR code image.
qr_code_generator.py: The main app file with the code.
- The app uses a high-quality filter for resizing images.
- The default file name for the QR code is
qrcode.png.