Skip to content

QR code generation from a given CSV file containing a list of full name, company, job description and e-mail

License

Notifications You must be signed in to change notification settings

jonthebeach/qr-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qr-generator

QR code generation from a given CSV file containing a list of full name, company, job description and e-mail.

Pre-requisites

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.

Usage

This QR code generator receives a CSV file as input. This CSV file should contain 4 columns:

  1. Full name
  2. Company
  3. Job description
  4. E-mail

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.

Output

Based on the example contained above, this script will generate a folder named example. Inside this folder, 4 files will be generated:

  1. 001_Alice_Appleseed.eps
  2. 001_Alice_Appleseed.png
  3. 002_John_Doe.eps
  4. 002_John_Doe.png

About

QR code generation from a given CSV file containing a list of full name, company, job description and e-mail

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages