Skip to content

A simple python script that generates a unique QR code for the rows of a given excel sheet (event attendees data), encoding name, phone number, and email, and also inserts an id for each row.

Notifications You must be signed in to change notification settings

IEEE-GUC-SB/qrcode-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

Our solution for Task #1 at IEEE GUC - Software Engineering committee, Team #5.

Description

A simple python script that generates a unique QR code for the rows of a given excel sheet (event attendees data), encoding name, phone number, and email, and also inserts an id for each row.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    > git clone https://github.com/IEEE-GUC-SB/qrcode-generator.git
  2. Navigate to the directory
    > cd qrcode-generator/ 
  3. Install modules required
    > pip3 install -r requirements.txt

(back to top)

Usage

Place your excel sheet in the project folder and execute the following command.

> python3 QRCodeGenerator.py <Excel file>

(back to top)

Contributors

(back to top)

About

A simple python script that generates a unique QR code for the rows of a given excel sheet (event attendees data), encoding name, phone number, and email, and also inserts an id for each row.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages