-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac3bf69
commit 28b599a
Showing
1 changed file
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,65 @@ | ||
# Bulk-QR-Code-Generator | ||
Generate Bulk QR Code within a second | ||
# Bulk QR Code Generator | ||
Generate Bulk QR Code within a second (Of Course, Free of Cost) | ||
|
||
A simple python tool using Tkinter GUI | ||
|
||
![main](https://github.com/Deadpool2000/Bulk-QR-Code-Generator/assets/32305505/81859d35-081b-45b8-8000-82c655946be2) | ||
|
||
## Why I made this? | ||
### 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. 😎 | ||
|
||
|
||
### 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? 🙃 | ||
|
||
|
||
|
||
## Installation | ||
|
||
*For Linux Users* | ||
|
||
``` | ||
pip install -r requirements.txt | ||
python BulkQR.py | ||
``` | ||
|
||
*For Windows Users* | ||
|
||
``` | ||
python -m pip install -r requirements.txt | ||
python -m BulkQR.py | ||
``` | ||
|
||
|
||
|
||
|
||
## How to use it? | ||
|
||
1. A txt file which contain list of data for QR Generation. | ||
2. A txt file with filenames for generated QR image files | ||
(If you didn't understood, I provided sample text files) | ||
|
||
3. Enter pixel size for QR. | ||
|
||
4. Hit 'Generate QR'. | ||
|
||
5. Generated QR will be stored in a zip file. | ||
|
||
6. Click On 'Show File in Explorer'to locate zip file. Extract it. | ||
|
||
7. That's it. | ||
|
||
|
||
|
||
## Contribution | ||
|
||
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 | ||
|
||
|
||
## Any Issues | ||
|
||
Report [Here](https://github.com/Deadpool2000/Bulk-QR-Code-Generator/issues). I usually respond in 48 Hours. | ||
|
||
|
||
|