file > export vault
, making sure
to choose json
as the format.main.py
, and rename the export to
export.json
. You should be left with an unencrypted json file. When you
are finished, you will want to delete this file and empty your trash.main.py
by entering python main.py
, or
python3 main.py
, depending on your operating system. If you get a
ModuleNotFound
error, type
pip install <name of module that was not found>
. Depending on how many
items are in your vault, this process can take a considerable amount of time
(sometimes minutes).output.html
in a web browser such as
chrome, and print out the file, or save it
as a pdf by clicking the save as pdf
option under printers
.qrCodes
folder, output.html
file, and export.json
file when
you are done, and empty your trash! If you use a utility such as google
drive backup and sync, do not put these files in a folder that syncs. These
files contain unencrypted sensitive data.If you just want to try out the script, you can find an example export.json
and output.html
file
here.