Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.32 KB

File metadata and controls

34 lines (24 loc) · 1.32 KB

QR Code Generator and PDF Creator 📄✨

Project Description

This project generates QR codes from a list of values and arranges them in a PDF file. You can configure the number of rows and columns, margins, and padding to customize the layout of the QR codes on the PDF. Each QR code is generated using the qrcode library and then embedded in a PDF file using reportlab.

Key Features

  • Generate individual QR codes with custom data.
  • Save QR codes in a single-page or multi-page PDF format.
  • Configure rows, columns, margins, and padding for grid-based QR code generation.
  • Supports generating high-quality QR codes with custom sizes and error correction.

Usage

  • Install the package from the pypi using the below commands :

    Using PIP : pip install qr-pdf

    Using UV : uv add qr-pdf

  • To know more about how to use it : Please refer to the Usage doc


Installation

Prerequisites

  • Python 3.6
  • qrcode library (pip install qrcode[pil])
  • reportlab library (pip install reportlab)

Installation Steps

  1. Clone the repository or download the project files.
    git clone https://github.com/manishk129/qr-code-pdf-generator.git