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.