Skip to content

MoAlkhateeb/custom-image-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom QR Code Generator

A powerful and flexible QR Code generator that allows you to create custom QR codes with images, custom finder markers, and dynamic color selection. It uses a ProcessPool to generate QR Codes in parallel.

Examples

Linkedin Example Github Example Avatar Example

Features

  • Generate QR codes with custom sizes and resolutions
  • Embed images into QR codes
  • Use custom finder markers (e.g. circular instead of square)
  • Dynamic color selection based on input images
  • Batch processing support
  • Configurable via INI file

Requirements

  • Python 3.7+
  • Dependencies (install via pipenv install):
    • segno
    • Pillow
    • tqdm
    • pyvips

Installation

  1. Clone this repository

  2. Ensure you have Python 3.7+ and pipenv installed

    • To install pipenv:
      pip install pipenv --user
      
  3. Install pyvips system dependencies:

    • On Ubuntu/Debian:
      sudo apt-get install libvips-dev
      
    • On macOS (using Homebrew):
      brew install vips
      
    • On Windows, follow the instructions on the libvips website
  4. Install project dependencies:

pipenv install

Usage

  1. Configure the settings in config.ini:

    • Set the desired width, height, and DPI for the QR codes
    • Specify the default URL (if not using batch processing)
    • Set the input and output paths
    • Choose whether to use a custom finder marker
  2. Run the main script:

python src/main.py
  1. Follow the prompts to adjust settings or use defaults.

  2. For batch processing, create a CSV file with relative image paths and URLs, then specify the batch file path in config.ini.

Customization

  • Custom Finder Markers: Place your SVG marker in the markers/ directory and update the CustomMarkerSVG path in config.ini.
  • Color Schemes: Modify the colour_finder.py file to adjust color selection algorithms.

License

This project is licensed under the BSD 3-Clause License.

Author

Mohammed Alkhateeb (@MoAlkhateeb)

Acknowledgements

  • This project uses a modified version of the color-finder algorithm from pieroxy/color-finder (WTFPL, Version 2).

About

A python program that creates custom QR codes with Images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages