Skip to content
Next Next commit
Create README.md
  • Loading branch information
vivekthedev authored Jan 21, 2022
commit a0c86937a5a72f4c918a79fa5b339a94f8697060
19 changes: 19 additions & 0 deletions GUIScripts/QR Code Generator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
![](http://ForTheBadge.com/images/badges/made-with-python.svg)
![](https://forthebadge.com/images/badges/built-by-developers.svg)</br>
[![Prettier](https://img.shields.io/badge/Code%20Style-Prettier-red.svg)](https://github.com/prettier/prettier)
![License](https://img.shields.io/badge/License-MIT-red.svg)</br>

## Description:
- Get QR Code of any text using Python's tkinter GUI.
- Download QR Code in png in your local machine

## Procedure to follow:
pip install -r requirements.txt
python qrGenerator.py
- A GUI will open up, enter your text, press submit
- A PNG format QR Code will be downloaded in the current working directory

## Preview:

![](./Image/QRCODE.png)