NANDANA-S-P / QR-Generator-using-python

It's an python based application to generate QR of any text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Badge Open Source Love

QR Code Generator

🛠️ Description

Generate QR Code with Tkinter GUI and save the QR Code into the Local Directory (cwd). The project utilises pyqrcode and png module in python to generate QR code of any text. The Tkinter Entry field takes the value and store it in a variable which is then converted to Image Code.

⚙️ Language Used

Made with python

tkinter module for the GUI

pyqrcode module for the image.

🌟 How to run

  • Clone the Project
  • Run pip install requirements.txt
  • Run python qrGenerator.py

🤖 Author

Vivek

Any Questions? Twitter

About

It's an python based application to generate QR of any text


Languages

Language:Python 100.0%