Feel like you have a little too much storage space on your hands lately? Have some useless files lying around you'd rather not see? Encrypt them using QR codes!

This little script encrypts and decrypts files not with a safety mechanism, but rather qr codes! Why? Well why not?

Installation

  1. Clone the repository
  2. Install the requirements using pip install -r requirements.txt
    • If on linux: sudo apt-get install libzbar0
    • If on windows: zbar comes with python
    • If on macos: brew install zbar
  3. Run the script using python main.py --help

Demo

demo link