/QRStreamer

A Python program to break up a file into multiple QR codes to be scanned by TXQRAndroid

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

QRStreamer

Companion program to TXQRAndroid

Streams files to a set of QR codes and a GIF of those QR codes, to be decoded by the Android app.

Installation

Run pip install -U qrstreamer to install the command-line tools. Make sure your pip scripts directory is in the operating system PATH

Usage

Run as qrstreamer --help to see usage information

Credits

Uses a slightly modified port of anrosent's LT coding library to perform LT coding. Inspired by (but incompatible with) divan's TXQR for iPhones