▦
QR Code Generator with Window and Simple UI
A Tkinter desktop application that takes a text/URL, save location, file name, and size, then generates a QR code image and saves it to the chosen…
A Tkinter desktop application that takes a text/URL, save location, file name, and size, then generates a QR code image and saves it to the chosen…
A Tkinter desktop application that takes a text/URL, save location, file name, and size, then generates a QR code image and saves it to the chosen directory.
https://github.com in "Enter the text/URL", C:\Users\Alice\Desktop in the location field, my_qr as the file name, and 5 as the size.C:\Users\Alice\Desktop\my_qr.png and a pop-up confirms "QR Code is saved successfully!".pip install qrcode pillow
python main.py