How to Generate and Decode QR-Code in Python
QR-code s a type of matrix barcode mostly 2-dimenstional barcode that was invented in 1994 by Denso Wave a Japanese automotive company. It stands for Qucik Response code. In this tutorial we will explore how to generate our own QR-code using python and also how to decode the generated QR-code. By the end of this …