Skip to content

QR Code Generator with Logo: Easily generate customized QR codes with embedded logos using Python. Simple, flexible, and powerful tool for branding your URLs

License

Notifications You must be signed in to change notification settings

ChemicalLuck/qr-generator

Repository files navigation

QR Code Generator with Logo

This package provides a simple yet powerful tool for generating QR codes with custom logos embedded. You can easily create QR codes for your URLs with added branding using this package.

Features

  • Generate QR codes with custom logos embedded.
  • Simple command-line interface for easy usage.

Installation

You can install the package using pip:

pip install qr-generator

Usage

To generate QR codes with logos, you can use the provided command-line interface. Here's the basic usage:

qrg <logo> <url> <suffix> <count> [-o OUTPUT]

: Path to the logo image file. The image must be in PNG format and have dimensions of 130px by 90px. : Base URL to which the suffix will be added to generate the QR codes. : Suffix to add to the base URL. This suffix will be appended to the base URL for each QR code generated. : Number of QR codes to generate.

Optional Arguments:

-o OUTPUT, --output OUTPUT: Directory where the generated QR codes will be saved. If not specified, the current working directory will be used.

Example

Generate 5 QR codes with logos for a website:

qrg logo.png https://example.com/page/ item_ 5 -o output_directory

This will generate 5 QR codes with logos for the URLs

License

This package is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This package utilizes the qrcode and PIL libraries for generating QR codes and handling images, respectively.

About

QR Code Generator with Logo: Easily generate customized QR codes with embedded logos using Python. Simple, flexible, and powerful tool for branding your URLs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published