Bulk QR Code Generator is a Python application that allows you to generate QR codes in bulk from a CSV file. It provides a simple and efficient way to encode information for multiple entries at once.
- Generate QR codes for each entry in a CSV file.
- Customize QR code appearance, such as fill color and selected columns.
- Download generated QR codes as a zip file.
- Optionally download an updated CSV file with QR code paths.
-
Clone the repository:
git clone https://github.com/MuneebWaliKhan09/bulk-qrcode-generator.git cd bulk-qrcode-generator