Skip to content
/ QRC Public

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

Notifications You must be signed in to change notification settings

hakerdefo/QRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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,

sudo cp qrc /usr/local/bin/

And make it executable,

sudo chmod 755 /usr/local/bin/qrc

Usage :

Open terminal & run,

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
"Buy Me A Coffee"
Support via Liberapay

License :

Public Domain Mark
This work (QRC, by hakerdefo), identified by hakerdefo, is free of known copyright restrictions.