This Python script allows you to generate QR codes for different types of data including:
- Websites
- Online PDFs
- Locally saved PDFs
- Social media profile links
You can also customize the QR code's appearance by adding a frame around it.
- Generate QR codes for websites, PDFs, social media profiles, and local PDF files.
- Optional frames around the QR code image for better visual emphasis.
- Supports customizable QR code color and background color.
To run the script, you need the following libraries:
qrcode
Pillow
You can install the required packages using pip
:
pip install qrcode[pil] pillow
-
Clone or download this repository.
-
Edit the script to provide the appropriate data_type and data (e.g., a URL, file path, or social media link).
-
Run the script
python qr_code_generator.py
This project is licensed under the MIT License - see the LICENSE file for details.