Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpool2000 authored Mar 3, 2024
1 parent ac3bf69 commit 28b599a
Showing 1 changed file with 65 additions and 2 deletions.
67 changes: 65 additions & 2 deletions README.md
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.



0 comments on commit 28b599a

Please sign in to comment.