#qr #cli #cli-tool #generate #qr-code #welcome

app qrcode-cli

A Simple CLI tool to generate QR Code

4 releases (breaking)

0.5.0 Mar 2, 2022
0.4.0 Mar 2, 2022
0.3.0 Mar 2, 2022
0.2.0 Mar 2, 2022

#42 in #qr

MIT license

8KB
60 lines

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.

Author

👤 Dhravya Shah

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Dependencies

~5.5MB
~131K SLoC