/QR-code-generator-Tkinter

Small tkinter application to generate any qr code given some text.

Primary LanguagePython

QR code generator app with GUI (Tkinter)

General

A simple application to generate a qr code given a piece of text. To run you need the qr-code python module (pip intall qrcode) and the tkinter module which is probably installed by default.