Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d083874

Browse files
Update README.md
1 parent ebb1284 commit d083874

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

‎GUIScripts/QR Code Generator/README.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,37 @@
1-
![](http://ForTheBadge.com/images/badges/made-with-python.svg)
2-
![](https://forthebadge.com/images/badges/built-by-developers.svg)</br>
3-
[![Prettier](https://img.shields.io/badge/Code%20Style-Prettier-red.svg)](https://github.com/prettier/prettier)
4-
![License](https://img.shields.io/badge/License-MIT-red.svg)</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
512

6-
## Description:
713
- Get QR Code of any text using Python's tkinter GUI.
814
- 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+
918

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+
`
1325
- A GUI will open up, enter your text, press submit
1426
- A PNG format QR Code will be downloaded in the current working directory
1527

16-
## Preview:
28+
## Output
1729
![](./Images/vivekScreen01.png)
1830
<br/>
1931
![](./Images/vivekScreen02.png)
32+
33+
34+
## Author(s)
35+
36+
[Vivek](https://github.com/vivekthedev)
37+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /