Skip to content

A simple python script that I wrote from scratch that generates a QR code using a URL you input

License

Notifications You must be signed in to change notification settings

JayLovesProgramming/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple python script that I wrote from scratch that generates a QR code using a URL you input

Resources

License

Stars

Watchers

Forks

Languages