Python program to create qr code [IN 4 LINES OF CODE]

A simple Python program to create qr code

i am to lazy at writing blogs so let's make it as short as we can

first install pyqrcode module then install pypng module

lets start writing program

first import pyqrcode

Capture.PNG

then create a input field to enter the data to be encoded in qr code

Capture2.PNG

after let it create the image

Capture3.PNG

then specify the name and size of image

Capture4.PNG

well that's it we have created a python program to create qr code for us.

you can find the codes in my github repositories

github.com/iamgreenhat/qr_code_generator