A Simple QR Code Genarator built using python and tkinter Add the link -> Genarate -> Save it !
Ensure you have Python installed on your system. Install required packages using pip:
pip install "qrcode[pil]"
Run the script using Python:
python qr_code_generator.py
Enter the URL you want to encode into the QR code. Click on the "Generate QR" button to create the QR code. A new window will display the generated QR code. Click on the "Save QR Code" button to save the QR code as a PNG image file. File Structure:
qr_code_generator.py: Contains the main code for generating QR codes.
qrcode: Library for generating QR codes. PIL: Python Imaging Library for image processing.
Note:
Make sure to provide a valid URL before generating the QR code