PyPass is a simple password manager written in Python. It uses the Fernet symmetric encryption scheme to encrypt and decrypt passwords. The passwords are stored in a SQLite database.
The user account recovery mechanism is functional, however, it is not connected to an smtp server.
Install the binary from releases page. For your operating system, download the binary and run it. You can also build the binary from source.