|
1 | | - |
2 | | -</br> |
3 | | -[](https://github.com/prettier/prettier) |
4 | | -</br> |
| 1 | +# QR Code Generator |
| 2 | + |
| 3 | +## Aim |
| 4 | +The main aim of this script is to get a png format QR Code |
| 5 | + |
| 6 | +## Purpose |
| 7 | + |
| 8 | +To share information in a for of QR code which could work offline. |
| 9 | + |
| 10 | + |
| 11 | +## Short description of package/script |
5 | 12 |
|
6 | | -## Description: |
7 | 13 | - Get QR Code of any text using Python's tkinter GUI.
|
8 | 14 | - Download QR Code in png in your local machine
|
| 15 | +- The script utilizes `pyqrcode`module to convert text to image code |
| 16 | +- The `png` module is used in the script to convert the image code in the png format. |
| 17 | + |
9 | 18 |
|
10 | | -## Procedure to follow: |
11 | | - pip install -r requirements.txt |
12 | | - python qr_generator.py |
| 19 | +## Setup instructions |
| 20 | + |
| 21 | +` |
| 22 | +pip install -r requirements.txt |
| 23 | +python qr_generator.py |
| 24 | +` |
13 | 25 | - A GUI will open up, enter your text, press submit
|
14 | 26 | - A PNG format QR Code will be downloaded in the current working directory
|
15 | 27 |
|
16 | | -## Preview: |
| 28 | +## Output |
17 | 29 | 
|
18 | 30 | <br/>
|
19 | 31 | 
|
| 32 | + |
| 33 | + |
| 34 | +## Author(s) |
| 35 | + |
| 36 | +[Vivek](https://github.com/vivekthedev) |
| 37 | + |
0 commit comments