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
- Host: GitHub
- URL: https://github.com/curiouslearner/inpycon2016-workshop-qr-codes
- Owner: CuriousLearner
- License: mit
- Created: 2016-09-22T18:05:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T19:39:21.000Z (over 9 years ago)
- Last Synced: 2024-04-14T05:32:10.182Z (about 2 years ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.