Password manager app, powered by Flask and Click
- Add, update, and save all your passwords locally on your computer. No sign-ups necessary
- Export to
.txt
file for greater portability
Clone this GitHub repository. Set up an .env
with the only environment variable you need: sqlalchemy_database_uri
. Then, run the python3 setup.py install
, then execute passgen web
command to launch the web UI. For the command-line option. Run the passgen
or passgen --help
command.