csarath / QrCode

Generates Qr codes from Excel sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qr Code Generator

Generates Qr code corresponding to data present in the given excel sheet.

Version

2.0

Python Version

2.7.x 

Packages:

* Tkinter
* pyqrcode (https://pypi.python.org/pypi/PyQRCode)
* xlrd (https://pypi.python.org/pypi/xlrd)
* docx (https://python-docx.readthedocs.org/en/latest/)
* cx_Freeze (https://pypi.python.org/pypi/cx_Freeze/4.3.4)

Standalone

Use "python setupGuiDocMsi.py bdist_msi -o" to create a stand alone application. (install cx_Freeze first)

Todo

* Add options to change margins of the page. 
* Add options to control number of qrcodes per row.

About

Generates Qr codes from Excel sheets


Languages

Language:Python 100.0%