CuteR

  • 所有者: chinuno-usami/CuteR
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

CuteR

Combine QRCode with picture

Sample

Commands:

CuteR -c 10 -e H -o sample_output.png -v 10 sample_input.png http://www.chinuno.com
CuteR -C -r 100 50 100 188 sample_input.png http://www.chinuno.com #colourful mode

Input

image

Output

image

Output (colourful mode)

image

Install

Install via pip

CuteR is distributed on PyPI now.

$ pip install CuteR

Git clone

$ git clone https://github.com/chinuno-usami/CuteR.git

Download from GitHub

Download zip archive and unzip

Usage

As python module

from CuteR import CuteR as cr
output = cr.produce(text,image)

arguments:

  :txt: QR text
  :img: Image
  :ver: QR version
  :err_crt: QR error correct
  :bri: Brightness enhance
  :cont: Contrast enhance
  :colourful: If colourful mode
  :rgba: color to replace black
  :pixelate: pixelate
  :returns: Produced image

As command tool

usage:

CuteR.py [-h] [-o OUTPUT] [-v VERSION] [-e {Q,H,M,L}] [-b BRIGHTNESS]
                [-c CONTRAST] [-C] [-r R G B A] [-p]
                image text

Combine your QR code with custom picture

positional arguments:
  image
  text                  QRcode Text.

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Name of output file.
  -v VERSION, --version VERSION
                        QR version.In range of [1-40]
  -e {Q,H,M,L}, --errorcorrect {Q,H,M,L}
                        Error correct
  -b BRIGHTNESS, --brightness BRIGHTNESS
                        Brightness enhance
  -c CONTRAST, --contrast CONTRAST
                        Contrast enhance
  -C, --colourful       colourful mode
  -r R G B A, --rgba R G B A
                        color to replace black
  -p, --pixelate        pixelate

Dependencies

  • Python
  • qrcode
  • PIL or Pillow

License

GPLv3

主要指标

概览
名称与所有者chinuno-usami/CuteR
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2016-03-12 10:05:15
推送于2020-11-27 12:24:14
最后一次提交2020-11-27 20:22:40
发布数0
用户参与
星数738
关注者数15
派生数56
提交数22
已启用问题?
问题数10
打开的问题数1
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?