python qrcode_generator.py --f <csv input file>
python qrcode_generator.py --f input.csv
- Script takes input from a csv file
- Input file should contain 2 columns(without headings, i.e. data starts from row 0)
- 1st column = file name with which qr code should be saved.
- 2nd column = data for which qr code should be generated.