An open API service indexing awesome lists of open source software.

https://github.com/nasim-khalili/generate-qr-code

Generate QR Code with Tkinter GUI and save the QR Code into the Local Directory (cwd).
https://github.com/nasim-khalili/generate-qr-code

generator project python qr-code qrcode-generator

Last synced: 4 months ago
JSON representation

Generate QR Code with Tkinter GUI and save the QR Code into the Local Directory (cwd).

Awesome Lists containing this project

README

          

# QR Code Generator
![](https://github.com/vivekthedev/python-mini-project/blob/main/IMG/vivekScreen01.png)

![](https://github.com/vivekthedev/python-mini-project/blob/main/IMG/vivekScreen02.png)

## 🛠️ 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
[Nasim](https://github.com/Nasim-Khalili)

Any Questions?
[Linkdin]([https://twitter.com/vivekthedev](https://www.linkedin.com/in/nasim-k-48ab43334/))