Skip to content

starsbit/bitwarden-pdf-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bitwarden-pdf-converter

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.

Usage

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.

Installation

HTML Export

Run the following commands in your terminal

pip install jinja2
pip install json
python bitwarden_html_converter.py

PDF Export

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages