This tkinter-app can convert any text into QR code. You can also see the preview image of QR code of entered text. And you can save that image anywhere with any name with .png extension in your computer.
- Python environment
- Several libraries and modules
- tkinter: This library has been used to make GUI.
- asksaveasfilename: It has been used to get the path and name to save QR code image.
- pyqrcode: This module has been used to generate QR codes from texts.
- PIL: This library has been used to display the preview image in this tkinter-app.
- pyqrcode: pip install PyQRCode
- PIL: pip install Pillow
- Download the above file QR Code Generator.py.
- After downloading, open the file with a code editor which can run Python files and then run it.