QR Code Generation GUI
- QR Code Generation
- pyqrcode library used
- png library used
- tkinter library used
- Windows 7
- pip install pyqrcode
- pip install pypng
- pip install tkinter
- Run the program
- Enter the value in the text box for which you want to generate the QR Code.
- Click Submit and "qrcode.svg" and "qrcode.png" file will created in the same tool path
- 0.1
- Initial Release