/DevFest-idcard-generator

ID Card Generator for DevFest 19

Primary LanguagePython

ID Generator for DevFest '19

This similar code can be used further for certificate generation also.

How to Use 😕

Get your credentials.json file

Visit this and click on the 'Enable the Google Sheets API' to enable sheets API for your account, and get your credentials.json file.

Install Sheets pip module

Run the following command to install the Google Sheets module

    pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

Install qrcode for QR code generation

Run the following command

    pip install qrcode[pil] qrcode

Create folders if not already

    mkdir cards
    mkdir qrcodes

Now simply run:

    python idgen.py

Makers ðŸ›