RE: How to create your QRCode with Python !!!

avatar

You are viewing a single comment's thread:

You need to install qrcode first. I believe that this is the PyPi page for the application:

https://pypi.org/project/qrcode/



0
0
0.000
1 comments
avatar

applies, I forgot to say at the beginning that we need to execute the following commands to install these two libraries

pip install pillow
pip install qrcode
0
0
0.000