Python program to generate and read qr code. with the help of this program we can make qr code or we can read any qr code.

The pyqrcode module is a QR code generator that is simple to use and written in pure python. The module can automates most of the building process for creating QR codes.

QR codes can be saved as SVG, PNG (by using the pypng module), and plain text

Read one-dimensional barcodes and QR codes from Python using the zbar library.

Python Imaging Library (Fork) Pillow is the “friendly” PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.

You can also modify this program according to your use
So modify this project according to your use. If you need any help then message me .

Link of all the 4 Modules are:
https://pypi.org/project/PyQRCode/
https://pypi.org/project/pypng/
https://pypi.org/project/pyzbar/
https://pypi.org/project/Pillow/

CMD command to install:
" pip install PyQRCode "
" pip install pypng "
" pip install pyzbar "
" pip install Pillow "

#python

Generate and Read QR Code using Python
5.35 GEEK