This is a simple QR code generator application built in Python using the tkinter library for the graphical user interface and the qrcode library for generating QR codes. It provides an easy-to-use interface for generating QR codes from text or URLs and exporting them as .png files.
- Exporting .png Files
- Easy-to-Use UI
To use the application without any setup, download the executable file from the following link:
Download QR Code Generator
Once downloaded, simply open the executable file and allow any pop-ups that may appear.
- Input the desired text or URL into the provided text box.
- Click the "EMBED" button to generate the QR code.
- Optionally, click the "EXPORT" button to save the generated QR code as a .png file.
- Clone this repository to your local machine.
git clone https://github.com/your_username/qr-code-generator.git
- Install the required dependencies.
pip install qrcode pillow
- Run the application.
python qr_code_generator.py