Put your bitwarden export .json file in the resources directory and rename it to password.json.
Then run bitwarden_pdf_converter.py
in the terminal.
Place your bitwarden-export .json file next to the bitwarden_pdf_converter.py file.
Then run python bitwarden_pdf_converter.py
in the terminal. (requires thrid-party software, see installation)
Or run python bitwarden_html_converter.py
in the terminal and print the file manually.
Run the following commands in your terminal
pip install jinja2
pip install json
python bitwarden_html_converter.py
Run the following commands in your terminal
pip install pdfkit
pip install jinja2
pip install json
For windows install wkhtmltopdf
Add the path to the wkhtmltopdf executable to your PATH environment variable.
For Linux run sudo apt-get install wkhtmltopdf
python bitwarden_pdf_converter.py