Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 912 Bytes

QRPDF

Store your files on paper, in a manner which is extremely recoverable.

Every file is broken into small, easy to read QR codes then saved to PDF pages.

Installation

Primary installation is via pip. pip install qrpdf, however par2cmdline must be installed.

You can find the latest version here.

Rationale

There are other similar projects out there, however none of them did what I wanted. Specifically the projects goals are:

  • Provide a simple implementation
    • More complicated things may be included, but at least one simple reference should exist.
  • Be decodeable without access to this tool.
    • It may not be as easy, but should be straight forward.

https://blog.za3k.com/paper-archival/

Similar Projects