pyBegin / projects / qr-code-generator-with-window-and-simple-ui

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…

108 lines🖥 Desktop only

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 directory.

How to run

pip install qrcode pillow
python main.py

Dependencies

Pyodide-runnable

No - it builds a Tkinter GUI and writes image files to real disk paths, neither of which works in the browser sandbox.