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.
- Host: GitHub
- URL: https://github.com/hakerdefo/qrc
- Owner: hakerdefo
- Created: 2021-11-11T17:21:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T17:30:50.000Z (about 4 years ago)
- Last Synced: 2025-01-18T06:13:24.947Z (about 1 year ago)
- Topics: bash, linux, qr-code, qrcode, qrcode-generator, qrcode-reader, qrcode-scanner, script
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
[](https://paypal.me/hakerdefo)
[](https://www.buymeacoffee.com/hakerdefo)
[](https://liberapay.com/hakerdefo/donate)
### License :
[](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