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)
- Host: GitHub
- URL: https://github.com/deadpool2000/bulk-qr-code-generator
- Owner: Deadpool2000
- License: gpl-3.0
- Created: 2024-03-02T17:30:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T17:30:29.000Z (over 1 year ago)
- Last Synced: 2024-03-17T18:39:38.035Z (over 1 year ago)
- Topics: bulk-operation, bulk-qr-generator, free, python, python-tkinter-application, python-tkinter-gui, python3, qr, qr-generator, qrcode, qrcode-generator
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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.txtpython BulkQR.py
```*For Windows Users*
```
python -m pip install -r requirements.txtpython -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.