Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 653 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 653 Bytes

QR Code Overlay Tool

This Python script simply creates QR codes. The QR code can be scanned to direct users to a specified URL.

Features

  • Generate a QR code with a custom URL.
  • Overlay the QR code on any background image.
  • Customize the size and position of the QR code.

Requirements

  • Python
  • qrcode library

Installation

  1. Clone the repository:

    git clone https://github.com/JayLovesProgramming/QR-Code-Generator
    cd qr-code-overlay
    
  2. Use pip install qrcode[pil] pillow to install the necessary packages.

  3. Edit the URL to whatever you want the QR code to link to

  4. Run the script python qrgenerator.py