The QR Generator Application is a simple Python executable file build using Tkinter that utilizes the qrcode library to generate QR codes based on user input. It provides an easy way to create QR codes for URLs, text, contact information, and more. The generated QR codes can be saved as image files for further use.
- Customize the file name and size of the QR Code.
- Have user friendly GUI.
- Have different title and content entry.
Language: Python
Main Libraries: QR Code, resizeimage, PIL
GUI: Tkinter