Converts a binary file to printable QR codes and back
Go to file
2022-03-26 11:34:26 +01:00
paperize Fix typo 2022-03-26 11:34:26 +01:00
.gitignore Update .gitignore. 2017-05-05 04:03:59 +02:00
LICENSE.md Update LICENSE.md 2017-05-04 21:31:50 +02:00
Makefile Another try at uploading to PyPi. 2017-05-05 04:00:59 +02:00
README.md Updated Readme.md with PyPi badge. 2017-05-21 16:44:28 +02:00
setup.py Convert to python package. 2017-05-05 03:45:54 +02:00

paperize PyPI version

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.

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.