All Projects → Y2Z → qr

Y2Z / qr

Licence: CC0-1.0 License
🔲 Generate QR Codes straight in your terminal!

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to qr

js-qrcode
The library is for generating QR codes like SVG, HTML5 Canvas, PNG and JPG files, or text.
Stars: ✭ 35 (+2.94%)
Mutual labels:  qrcode, qr, qrcode-generator
art-qr
JavaScript library to generate beautiful QR code in browser 艺术二维码
Stars: ✭ 19 (-44.12%)
Mutual labels:  qrcode, qr, qrcode-generator
Qr Ascii
A small library to generate QR codes with ascii
Stars: ✭ 63 (+85.29%)
Mutual labels:  qrcode, qr, qrcode-generator
Qrious
Pure JavaScript library for QR code generation using canvas
Stars: ✭ 1,160 (+3311.76%)
Mutual labels:  qrcode, qr, qrcode-generator
React Qr Svg
React component for rendering SVG QR codes
Stars: ✭ 134 (+294.12%)
Mutual labels:  qrcode, qr, qrcode-generator
Awesome Qr.js
An awesome QR code generator written in JavaScript.
Stars: ✭ 1,247 (+3567.65%)
Mutual labels:  qrcode, qr, qrcode-generator
nova-qrcode-field
A Laravel Nova field to generate QR Code
Stars: ✭ 28 (-17.65%)
Mutual labels:  qrcode, qr, qrcode-generator
QRCodeGenLib4Pascal
Generates QR Codes from text strings and byte arrays.
Stars: ✭ 42 (+23.53%)
Mutual labels:  qrcode, qrcode-generator, qrcode-encoder
pix-payload-generator.net
Gerar payload para qrcode estático PIX. (Sistema de pagamento instantâneo do Brasil) Sem a necessidade de conexão com um PSP.
Stars: ✭ 23 (-32.35%)
Mutual labels:  qrcode, qr, qrcode-generator
Qrbtf
An art QR code (qrcode) beautifier. 艺术二维码生成器。https://qrbtf.com
Stars: ✭ 1,391 (+3991.18%)
Mutual labels:  qrcode, qr, qrcode-generator
QRCodeFX
Simple tool to generate/read QR Code and export it.
Stars: ✭ 31 (-8.82%)
Mutual labels:  qrcode, qrcode-generator, qrcode-encoder
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+508.82%)
Mutual labels:  qrcode, qr, qrcode-generator
qrencode-el
QRCode encoder for Emacs in pure elisp
Stars: ✭ 18 (-47.06%)
Mutual labels:  qrcode, qrcode-generator
SkiaSharp.QrCode
Qr Code Generator with Skia. (no System.Drawing)
Stars: ✭ 72 (+111.76%)
Mutual labels:  qrcode, qrcode-generator
react-native-qr-scanner
一个二维码扫描组件,依赖react-native-camera
Stars: ✭ 111 (+226.47%)
Mutual labels:  qrcode, qr
qikQR
minimal desktop app to create QR codes.
Stars: ✭ 20 (-41.18%)
Mutual labels:  qrcode, qrcode-generator
qrcodescan.in
📠 A simple, fast, and useful progressive web application.
Stars: ✭ 144 (+323.53%)
Mutual labels:  qrcode, qr
otp-authenticator-webapp
A 'Google Authenticator' like Single Page Application
Stars: ✭ 69 (+102.94%)
Mutual labels:  qrcode, qrcode-generator
promptpay
Thai QR PromptPay Generator
Stars: ✭ 24 (-29.41%)
Mutual labels:  qrcode, qr
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-61.76%)
Mutual labels:  share, links

qr

Print Unicode-friendly QR Codes® straight in your terminal!

qr-screencast

How to build

$ make
Build dependencies
  • libqrencode
    Resolve on Ubuntu or Debian
    $ apt-get install libqrencode-dev
    
    Resolve on macOS
    $ brew install qrencode
    
    Build from source
    $ git clone https://github.com/fukuchi/libqrencode.git && cd libqrencode
    $ ./configure --prefix=/usr/local
    $ make
    # make install
    

How to install

# make install

or

$ sudo PREFIX=/usr/local make install

How to build and install using containers

$ docker build -t y2z/qr .
$ sudo install -b utils/qr.sh /usr/local/bin/qr

How to build and install on FreeBSD

$ pkg install qr

or

$ cd /usr/ports/textproc/qr/
$ make install clean

Usage

$ qr "Hello"

or

$ echo -n "Hello" | qr

Options

Usage: qr [OPTIONS] STRING
or:  cat FILE | qr [OPTIONS]

Options:
-m  QR mode       [na8k] (n = number, a = alphabet, 8 = 8-bit, k = Kanji)
-v  QR version    [1-40]
-e  QR EC level   [lmqh] or [1-4]
-l  use two characters per block
-c  compact mode
-b  border width  [1-4] (the default is 1)
-i  invert colors
-p  force colorless output
-h  print help info and exit
-V  print version info and exit

How to remove

# make uninstall

Running tests

$ make test
Test dependencies
  • autoconf
    Resolve on Ubuntu or Debian
    $ apt-get install autoconf
    
    Resolve on macOS
    $ brew install autoconf
    
  • zbar
    Resolve on Ubuntu or Debian
    $ apt-get install zbar-tools
    
    Resolve on macOS
    $ brew install zbar
    
  • imagemagick
    Resolve on Ubuntu or Debian
    $ apt-get install imagemagick
    
    Resolve on macOS
    $ brew install imagemagick
    
  • FreeMono font
    Resolve on Ubuntu or Debian
    $ apt-get install fonts-freefont-ttf
    
    Resolve on macOS
    $ brew tap homebrew/cask-fonts
    $ brew install --cask font-freefont
    

Acknowledgements

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

License

To the extent possible under law, the author(s) have dedicated all copyright related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].