Metadata-Version: 2.1
Name: qrstreamer
Version: 0.1.2
Summary: A module for streaming files into QR codes
Home-page: https://github.com/ThePlasmaRailgun/QRStreamer
Author: Finian Blackett
Author-email: spamsuckersunited@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: qrcode
Requires-Dist: outdated

# QRStreamer

Companion program to [TXQRAndroid](https://github.com/ThePlasmaRailgun/TXQR-Android)

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](https://github.com/anrosent/LT-Code) to perform LT coding. Inspired by (but incompatible with) [divan's TXQR for iPhones](https://github.com/divan/txqr)

