/qrcoder

A CLI tool for generating QR code

Primary LanguageRustMIT LicenseMIT

qrcoder

CLI tool that generates a QR code from a given string.

https://crates.io/crates/qrcoder

How to use

install

Run the following command:

cargo install qrcoder

run

It generates a QR code corresponding to the argument string.

qrcoder example.com

See

qrcoder --help