@@mrmanakanamusic4380 I meant that he did pip install again and again but he could have install all of them with one, pip install module module Like that.
@@mrmanakanamusic4380 To pip install more than one Python package, the packages can be listed in line with the same pip install command as long as they are separated with spaces. Here we are installing both scikit-learn and the statsmodel package in one line of code. You can also upgrade multiple packages in one line of code. *****Copied From Google ****
import pyqrcode from pyzbar.pyzbar import decode from PIL import Image qr = pyqrcode.create("Hello") qr.png("myCode.png", scale=8) d = decode(Image.open("myCode.png")) print(d[0].data.decode("ascii"))
you working great please don't stop it. thank you for this
When I try to importing pyzbar.pyzbar it gives me dll error , can you please help me?
Good information
How to make pdf to doc converter websites?
awesome. need chatbot with django/python . thank you
It might be a REAL GOOD IDEA to post the code
TO COPY IT AND LEARN NOTHING RIGHT?
thnks , keep going
nice one bro
I am using python IDLE 3.9, and I don't understand where to do the first steps of "pip install" Please tell so that I can do rest of project.
You can do it with cmd
@@CodingWithEvan I don't understand
Click on the address bar in the folder that you saved the script.
After clicking on it, please type "cmd" and then you can try to type pip install.
Can I further develop these to be used for payments. Like a Qr code scanner for payments
Unable to find zbar shared library when i try to decode the image can someone help ?
Did u solve this problem tell me how
@@mrmanakanamusic4380 i installed it with homebrew
#Code to generate QR Code from text:
import pyqrcode
text = input("Put your text: ")
qr = pyqrcode.create(text)
qr.png("myCode.png",scale = 8)
From where you learnt this all informations? Please reply me
the program is not running it gives errors.
Which editor do you use dude
It's pycharm.
@@CodingWithEvan thank you please make a detailed video of installing python for windows and pycharm sir
Hellpp mine said ‘pip’ is not recognized as an internal or external command
try pip3
Where we can pip install Pyqrcode, pillow.. suggest me in chorme
Which editor did you use?
Where r u from
You know you could've installed all of them in one line
What it's mean
@@mrmanakanamusic4380 I meant that he did pip install again and again but he could have install all of them with one, pip install module module
Like that.
@lokesh can install like this??
@@mrmanakanamusic4380 yes you can
@@mrmanakanamusic4380 To pip install more than one Python package, the packages can be listed in line with the same pip install command as long as they are separated with spaces. Here we are installing both scikit-learn and the statsmodel package in one line of code. You can also upgrade multiple packages in one line of code.
*****Copied From Google ****
import pyqrcode
from pyzbar.pyzbar import decode
from PIL import Image
qr = pyqrcode.create("Hello")
qr.png("myCode.png", scale=8)
d = decode(Image.open("myCode.png"))
print(d[0].data.decode("ascii"))
good