An open API service indexing awesome lists of open source software.

https://github.com/curiouslearner/inpycon2016-workshop-qr-codes

Getting name and QR codes for sticker printing for PyCon India 2016
https://github.com/curiouslearner/inpycon2016-workshop-qr-codes

Last synced: about 1 year ago
JSON representation

Getting name and QR codes for sticker printing for PyCon India 2016

Awesome Lists containing this project

README

          

# inpycon2016-workshop-qr-codes
Getting name and QR codes for sticker printing for PyCon India 2016

Setup Instructions:

- Make a directory `qrcodes` and place all the qrcode jpg files under it.
- Place `workshop.csv` file in the root directory.

The id number corresponds to the row that would be fetched from the CSV as well as the image of qr code to be referred.

How to build:

- Install staticjinja
- Run `python build_qr.py --id `
- Open the `index.html` file in the root directory.