A simple Python-based desktop application to generate and display QR codes. The application uses Tkinter for the graphical interface and PyQRCode and Pillow libraries to create and display QR codes dynamically.
- Generate QR codes by entering a name and URL.
- Display the generated QR code within the application.
- Save the generated QR code locally as a PNG file.
- Python
- Tkinter (for GUI)
- PyQRCode (for QR code generation)
- Pillow (for displaying images in Tkinter)
Make sure you have Python installed on your machine. You can download Python from here.
To install the required libraries, run the following command:
pip install pyqrcode pypng pillow
- Clone the repository or download the qr_code_generator.py file.
- Open a terminal or command prompt and navigate to the project directory.
- Run the application by executing:
python qr_code_generator.py