GitHunt
HE

heyitsj-git/QR-Code-Generator

An overview to the project QR Code Generator from a URL using PYTHON.

QR-Code-Generator

An overview to the project QR Code Generator from a URL.

Install the QRCode module if not present in the py version.
!pip install qrcode ......... (for jupyter)
!pip install qrcode[pil] Pillow ....... (for jupyter)

import sys
print(sys.executable) ........ (run this in CLI for checking the library is compatible for the execution)

Languages

Python100.0%

Contributors

Created July 3, 2024
Updated December 15, 2025
heyitsj-git/QR-Code-Generator | GitHunt