Skip to content

Latest commit

 

History

History
 
 

QR with Logo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

QR Code Generator with Logo

Description

This Python script generates a QR code with a specified URL and overlays a logo onto it. It utilizes the qrcode library to generate the QR code and the PIL library for image processing to overlay the logo.

Prerequisites

  • qrcode library: You can install it via pip with the command pip install qrcode.
  • PIL library: You can install it via pip with the command pip install pillow.

How to Run the Script

  1. Ensure you have installed the required libraries mentioned above.
  2. Replace the logo_path and url variables with your desired logo path and target URL, respectively.
  3. Run the script.
  4. The script will generate a QR code image named qr_with_logo.png in the current directory.

Sample Use

QR Code with Logo

Author

Shashank Reddy