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.
yannistrf/QR-code-generator-Tkinter
Small tkinter application to generate any qr code given some text.
Python