Skip to content

solderdev/bitwarden_printable_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printable Export from Bitwarden / Vaultwarden Password-Manager

Generate printable PDF from Bitwarden JSON export.

The focus is not on pretty tables, but fitting as much data as possible per page. I personally use a font size of 7.2. 400 entries take up around 8 pages (PDF, A4).

Usage

Export unencrypted JSON from Bitwarden/Vaultwarden webinterface, place in this directory and run python3 process.py

The latest export will be detected automatically by date in filename.

Requirements

Create venv with python3 -m venv venv. Activate with . ./venv/bin/activate.

Install requirements with pip3 install -r requirements.txt.

About

Generate printable PDF from Bitwarden JSON export

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages