An open API service indexing awesome lists of open source software.

https://github.com/hakerdefo/qrc

QRC is a simple bash script to decode and encode QR Codes.
https://github.com/hakerdefo/qrc

bash linux qr-code qrcode qrcode-generator qrcode-reader qrcode-scanner script

Last synced: about 1 month ago
JSON representation

QRC is a simple bash script to decode and encode QR Codes.

Awesome Lists containing this project

README

          

# QRC

**QRC** is a simple bash script that can help you in decoding and encoding QR Codes right from the comfort your terminal. It has a simple menu driven system that makes it easier to use even for GNU/Linux newcomers.

### Dependencies :

**QRC** only has a few external dependencies and it should work on almost all GNU/Linux distributions. Its external dependencies are available in the repositories of almost all GNU/Linux distributions so installing them is very easy. **QRC** will inform you of any missing dependencies when you run it. **QRC** has following dependencies,
- maim
- zbarimg
- qrencode

### Installation :

Installation of **QRC** is very simple. Download **[QRC-main]** zip, extract its contents and copy the file **qrc** to **/usr/local/bin/** directory,
```sh
sudo cp qrc /usr/local/bin/
```
And make it executable,
```sh
sudo chmod 755 /usr/local/bin/qrc
```

### Usage :

Open terminal & run,
```sh
qrc
```
And follow the simple menu of **QRC** to decode or encode QR Codes.

### Support :

If you like **QRC**, please consider supporting it, even the smallest contribution goes a long way. It is quick & easy via PayPal, Buy Me a Coffee or Liberapay:

[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://paypal.me/hakerdefo)
[!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/hakerdefo)
[![Support via Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/hakerdefo/donate)

### License :

[![Public Domain Mark](http://i.creativecommons.org/p/mark/1.0/88x31.png)](http://creativecommons.org/publicdomain/mark/1.0/)
This work (QRC, by [hakerdefo](https://github.com/hakerdefo/QRC)), identified by [hakerdefo](https://hakerdefo.github.io), is free of known copyright restrictions.

[QRC-main]:https://github.com/hakerdefo/QRC/archive/refs/heads/main.zip