Skip to content

A Python tool to create customizable QR codes for websites, social media profiles, and local/online PDFs, with options for colors and framing.

License

Notifications You must be signed in to change notification settings

msamprovalaki/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

QR-Code-Generator

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.

Features

  • 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.

Requirements

To run the script, you need the following libraries:

  • qrcode
  • Pillow

You can install the required packages using pip:

pip install qrcode[pil] pillow

How to Run

  1. Clone or download this repository.

  2. Edit the script to provide the appropriate data_type and data (e.g., a URL, file path, or social media link).

  3. Run the script

python qr_code_generator.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Python tool to create customizable QR codes for websites, social media profiles, and local/online PDFs, with options for colors and framing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages