Skip to content

Commit 28b599a

Browse files
authored
Update README.md
1 parent ac3bf69 commit 28b599a

File tree

1 file changed

+65
-2
lines changed

1 file changed

+65
-2
lines changed

README.md

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,65 @@
1-
# Bulk-QR-Code-Generator
2-
Generate Bulk QR Code within a second
1+
# Bulk QR Code Generator
2+
Generate Bulk QR Code within a second (Of Course, Free of Cost)
3+
4+
A simple python tool using Tkinter GUI
5+
6+
![main](https://github.com/Deadpool2000/Bulk-QR-Code-Generator/assets/32305505/81859d35-081b-45b8-8000-82c655946be2)
7+
8+
## Why I made this?
9+
### Oh, you know, I got fed up with those QR code swindlers trying to rob us blind, so I thought, 'Why not join the racket?' But being the generous soul I am, I decided to flip the script and offer my own tool for free. 😎
10+
11+
12+
### I whipped up this little QR code gem as a 'timepass' activity. Because clearly, what else is there to do at work besides revolutionize the digital world one pixel at a time, right? 🙃
13+
14+
15+
16+
## Installation
17+
18+
*For Linux Users*
19+
20+
```
21+
pip install -r requirements.txt
22+
23+
python BulkQR.py
24+
```
25+
26+
*For Windows Users*
27+
28+
```
29+
python -m pip install -r requirements.txt
30+
31+
python -m BulkQR.py
32+
```
33+
34+
35+
36+
37+
## How to use it?
38+
39+
1. A txt file which contain list of data for QR Generation.
40+
2. A txt file with filenames for generated QR image files
41+
(If you didn't understood, I provided sample text files)
42+
43+
3. Enter pixel size for QR.
44+
45+
4. Hit 'Generate QR'.
46+
47+
5. Generated QR will be stored in a zip file.
48+
49+
6. Click On 'Show File in Explorer'to locate zip file. Extract it.
50+
51+
7. That's it.
52+
53+
54+
55+
## Contribution
56+
57+
Looking to sprinkle some magic dust on this project? Feel free to do a [Pull request](https://github.com/Deadpool2000/Bulk-QR-Code-Generator/pulls) and join the 'value-add' club
58+
59+
60+
## Any Issues
61+
62+
Report [Here](https://github.com/Deadpool2000/Bulk-QR-Code-Generator/issues). I usually respond in 48 Hours.
63+
64+
65+

0 commit comments

Comments
 (0)