This Python script simply creates QR codes. The QR code can be scanned to direct users to a specified URL.
- 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.
- Python
qrcode
library
-
Clone the repository:
git clone https://github.com/JayLovesProgramming/QR-Code-Generator cd qr-code-overlay
-
Use
pip install qrcode[pil] pillow
to install the necessary packages. -
Edit the URL to whatever you want the QR code to link to
-
Run the script
python qrgenerator.py