/qrray

Create HTML with a QR codes from multiple lines of text.

Primary LanguageGoMIT LicenseMIT

qrray

Create HTML with a QR codes from multiple lines of text. qrray

Install

Download here

Usage

  1. Prepare multiple lines of text.
https://www.google.com
https://www.apple.com
https://www.facebook.com
https://www.amazon.com
  1. Execute
$ qrray example.txt
  1. Done.

By default, ./qr/index.html will be created.

result

Option

Option of qrray

  -out string
        out put path (default "./qr")
  -prefix string
        file name prefix (default "qr_")
  -size int
        size of qr code (default 128)