https://github.com/fionafibration/qrstreamer
A Python program to break up a file into multiple QR codes to be scanned by TXQRAndroid
https://github.com/fionafibration/qrstreamer
Last synced: about 1 month ago
JSON representation
A Python program to break up a file into multiple QR codes to be scanned by TXQRAndroid
- Host: GitHub
- URL: https://github.com/fionafibration/qrstreamer
- Owner: fionafibration
- License: gpl-3.0
- Created: 2019-05-02T22:08:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T17:40:20.000Z (about 6 years ago)
- Last Synced: 2025-01-22T22:56:06.385Z (4 months ago)
- Language: Python
- Size: 40 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)