Learn practical skills, build real-world projects, and advance your career

QR-code_Generator

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="QR-code_Generator")
[jovian] Error: Failed to read the Jupyter notebook. Please re-run this cell to try again. If the issue persists, provide the "filename" argument to "jovian.commit" e.g. "jovian.commit(filename='my-notebook.ipynb')"
!pip install pypng PyQRCode
Collecting pypng Downloading pypng-0.20220715.0-py3-none-any.whl (58 kB) |████████████████████████████████| 58 kB 4.2 MB/s eta 0:00:011 Collecting PyQRCode Downloading PyQRCode-1.2.1.tar.gz (36 kB) Building wheels for collected packages: PyQRCode Building wheel for PyQRCode (setup.py) ... done Created wheel for PyQRCode: filename=PyQRCode-1.2.1-py3-none-any.whl size=36245 sha256=ac581c1cf60d6934a88906825421a4888b9bf53caa2686c9b6e11727e2b29cd9 Stored in directory: /home/jovyan/.cache/pip/wheels/e1/1a/48/c9d6b7295d3750a8d38001a2a3e86d8816e2e90964a0cc73cd Successfully built PyQRCode Installing collected packages: pypng, PyQRCode Successfully installed PyQRCode-1.2.1 pypng-0.20220715.0