▦
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.
pip install qrcode pillow
python main.py
No - it builds a Tkinter GUI and writes image files to real disk paths, neither of which works in the browser sandbox.