qrcode-cli

Crates.ioqrcode-cli
lib.rsqrcode-cli
version0.5.0
sourcesrc
created_at2022-03-02 14:11:20.724832
updated_at2022-03-02 19:01:10.157992
descriptionA Simple CLI tool to generate QR Code
homepage
repository
max_upload_size
id542295
size21,868
Dhravya Shah (Dhravya)

documentation

README

Welcome to rust-qrcode-cli 👋

License: MIT Twitter: dhravyashah

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

Gif

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

Commit count: 0

cargo fmt