Giter VIP home page Giter VIP logo

attendees-qr-manager's Introduction

attendees-qrcode

A Script that generates QR codes for attendees at an event. The script reads a csv or microsoft excel file containing the information of the attendees, generates a QR code encoding this information, and adds a new column containing links to the QR codes to the file. The QR codes are uploaded to google drive using an API request, then with another get request, the link of each QR code is fetched and added to its corresponding attendee's row in the sheet.

In order to run the script and make it upload the qr photos to a google drive, you can either:

  1. Configure the Google Drive API yourself and download the credentials.json file, then add it to this folder. You can find instructions on how to configure the API online, or you can ask one of the contributors.

  2. Contact one of the contributors to send you our own credentials file. It is not added here due to privacy concerns. You can find our emails in the Contributors section below.

Installation

$ git clone https://github.com/IEEE-GUC-SB/IEEE-proj1-phase1
$ cd IEEE-proj1-phase1

The script requires poetry (a dependency management tool) to run. You can install poetry with pip as such:

$ pip3 install poetry
$ poetry install

Usage

$ python3 generate_test_data.py -h
$ python3  --output <output_file> --num_of_rows <number_of_rows>
Dummy data generated in <output_file> with <number_of_rows> rows
$ python3 src.py -h
usage: src.py [-h] --input INPUT --output OUTPUT
$ python3 src.py --input <input_file> --output <output_file>

Contributors

attendees-qr-manager's People

Contributors

aboueleyes avatar amir-awad avatar faridaabdelghaffar avatar omarhesham02 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.