Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

QR Code Generator

Script generates QR code for data listed in a csv file

How to use

python qrcode_generator.py --f <csv input file>

Example

python qrcode_generator.py --f input.csv

Input File

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

Snap of sample input

alt