rust-qrcode-cli

A simple CLI I made while practicing rust to easily make QR codes with just one command, all in your terminal.

Stars
4

A CLI I made while practicing rust to easily make QR codes with just one command, all in your terminal.

Install

git clone https://github.com/dhravya/rust-qrcode-cli && cd rust-qrcode-cli && cargo run

Usage

qrcode-cli.exe --help

Parameters

data (d) * : String to be encoded in the QR code. output (o) : Path to the output file - Defaults to qrcode.png.

A QR code will be generated with the given data and saved to the given output file. demo

Author

Dhravya Shah

Show your support

Give a if this project helped you!


This README was generated with by readme-md-generator