This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# Export KeePass folders and passwords to Bitwarden JSON | |
# The resulting JSON can be imported in Bitwarden, Nextcloud Passwords, | |
# or any password manager that supports the Bitwarden JSON format | |
# | |
# Prerequisites | |
# -------------- | |
# pip3 install pykeepass | |
# | |
# Usage |