Skip to main content

QR Code image generator

Project description

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 qrcode-logo-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:

qrcode-logo-generator 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qr_generator-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

qr_generator-1.0.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page