An open API service indexing awesome lists of open source software.

https://github.com/deadpool2000/bulk-qr-code-generator

Generate Bulk QR Code within a second (Free of cost)
https://github.com/deadpool2000/bulk-qr-code-generator

bulk-operation bulk-qr-generator free python python-tkinter-application python-tkinter-gui python3 qr qr-generator qrcode qrcode-generator

Last synced: 3 months ago
JSON representation

Generate Bulk QR Code within a second (Free of cost)

Awesome Lists containing this project

README

        

# 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
```

## A ready-to-use EXE File

I made a simple exe file of this tool so anyone can use it on Windows.
Get it from here - [Download](https://github.com/Deadpool2000/Bulk-QR-Code-Generator/releases/tag/v1.0)

## 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.