This Python script generates a QR code with the text "India is a country with many religions. I love India." and saves it as youtubeQR.jpg
. It then decodes the QR code and prints the decoded text.
-
Python 3.x
-
qrcode
library (install usingpip install qrcode
) -
opencv-python
library (install usingpip install opencv-python
) -
1_project.py
: Python script for generating and decoding QR codes. -
youtubeQR.jpg
: Generated QR code image.