Our solution for Task #1 at IEEE GUC - Software Engineering committee, Team #5.
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.
To get a local copy up and running follow these simple example steps.
- Clone the repo
> git clone https://github.com/IEEE-GUC-SB/qrcode-generator.git
- Navigate to the directory
> cd qrcode-generator/
- Install modules required
> pip3 install -r requirements.txt
Place your excel sheet in the project folder and execute the following command.
> python3 QRCodeGenerator.py <Excel file>