pytexas / qrcode-maker

Code to make our cool QR Codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qrcode-maker

Code used to make our cool QR Codes. It uses the segno and qrcode-artistic libraries.

Usage

  1. pip install the segno and qrcode-artistic libraries, either manually or using the provided requirements file
  2. Update the target_link variable with the link you want the QR Code to point to
  3. Update the background_image variable with the image you want to be embedded in the QR Code
  4. Update the output_file variable with what you want the QR Code to be named
  5. Run the file with python qrcode-maker.py. The resulting QR Code should appear in the same directory as the source code.

Notes

If your image has a transparent background you may get some distortion in the resulting QR Code. We were able to fix this by removing the background using an online image background remover.

About

Code to make our cool QR Codes

License:MIT License


Languages

Language:Python 100.0%