QR code generation from a given CSV file containing a list of full name, company, job description and e-mail.
This QR code generator uses the qrencode
command-line tool. It can be
installed using apt-get install qrencode
on Linux, or brew install qrencode
on
Mac OS.
This QR code generator receives a CSV file as input. This CSV file should contain 4 columns:
- Full name
- Company
- Job description
An example execution line is the following:
./qr.sh example.csv
Note: It is assumed that the CSV file does not have a header line.
Based on the example contained above, this script will generate a folder named
example
. Inside this folder, 4 files will be generated:
- 001_Alice_Appleseed.eps
- 001_Alice_Appleseed.png
- 002_John_Doe.eps
- 002_John_Doe.png