Back to Python Mini Projects

QR code generator using Python

projects/Qr_code_generator/README.md

latest561 B
Original Source

QR code generator using Python

This script take a link of any URL and generate a QR code corresponding to it.

Library Used

To install required external modules

  • Run pip install qrcode

How to run the script

  • Provide your desired URL in the script
  • Execute python3 generate_qrcode.py

Screenshot/GIF showing the sample use of the script