QR Code Generator

One of my First projects when I started learning programming! I developed a QR code generator application using Python and the Tkinter library. This desktop application allows users to input text or URLs and instantly generate corresponding QR codes. The user-friendly interface, built with Tkinter, provides an input field, a 'Generate' button, and an area to display the generated QR code. The app utilizes the qrcode library to create the QR codes, which can be saved as image files.

Technologies Used

Python