2017-05-21 14:44:28 +00:00
|
|
|
# paperize [![PyPI version](https://badge.fury.io/py/paperize.svg)](https://badge.fury.io/py/paperize)
|
2017-05-05 01:45:18 +00:00
|
|
|
Converts a binary file to printable QR codes and back. Generates one nice PDF
|
|
|
|
to print out with instructions on how to restore the file. Includes a sha256
|
|
|
|
integrity check.
|
|
|
|
|
2017-05-05 01:12:22 +00:00
|
|
|
Uses base64 encoding, so you should be able to restore the file even without
|
|
|
|
this tool.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
See `paperize -h` for usage.
|
|
|
|
|
|
|
|
## License
|
|
|
|
This work is licensed under the MIT license. See LICENSE.md for details.
|