A simple GUI QR code generator built with Python's Tkinter and the qrcode library. Enter text or a URL, click a button, and instantly generate and save a QR code image.
| OS | Tkinter | qrcode[pil] |
|---|---|---|
| Windows | Included with Python | pip install qrcode[pil] |
| Linux | sudo apt install python3-tk |
pip3 install qrcode[pil] |
| macOS | Included with Python | pip3 install qrcode[pil] |
After installing the prerequisites:
- Download the repository.
- Run the script.
- Here is the interface you will get:
- Write any text or URL in the text box.
- Simply click the Generate button to create a QR code.
- QR code temporary image will open in your default image viewer.
- To save the image, simply use save as feature of your image viewer.
- Developed by: Aasher
- Contact info: aasher36890@gmail.com
- This project is licensed under the MIT License.


