A tool that helps to convert any text to qr code and any qr code to plain text.
python qr.py [option] text / filepath
qrtools package
sudo apt-get install python-qrtools
It requires some other packages like, 1.pypng 2.zbar 3.pillow
pip install pypng
pip install zbar
pip install pillow
PS: To decode image correctly, the image must be in png format. Make sure the background is white too.
Developed by d3m0nr007