1
0
This repository has been archived on 2025-06-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
convert-1pif2kdbx/kpwriter.py
T

7 lines
161 B
Python

from pykeepass import create_database
class KpWriter:
def __init__(self, filename, password="test"):
self.kp = create_database(filename, password)