Just for my learning
how to create QR code.
Try to write the code as simple as possible
to easy to understand.
Python 3 (Developed in Python 3.5.3)
Plugin | URL |
---|---|
Pillow (Python Imaging Library) | https://pypi.python.org/pypi/Pillow/ |
enum34 | https://pypi.python.org/pypi/enum34 |
pip install enum34
*Run in command-line
, NOT python interpreter.
- What is QR Code?
Mainly Tutorial >>
Thonky for all entire tutorials.- QRCODE layout for a little more description of module placement.
- Reed-Solomon codes for coders
- Some optimization from cryptogun in lincolnloop/python-qrcode#127 & nayuki/QR-Code-generator.
- Enum
- isdigit() << This is why I not use isdigit() to check numeric number.
- Accessing list through index
- Regular Expression #1
- Regular Expression #2
- Pool #1
- Pool #2
Most of look up table are copied from Thonky tables. Then, edit in Notepad++ and copy to python file.
Each step of debugging, generated QR codes from this project are compare with Thonky & RACO Industries.
By the way, feel free to study & use.
Or maybe this one should be okay? >> MPL v2.0