Skip to content

Files

Latest commit

aef4cb6 · Jun 21, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

QR_Code_Generator

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