/PassGen

Locally-hosted password manager app, powered by Python and Flask

Primary LanguagePythonMIT LicenseMIT

PassGen


Password manager app, powered by Flask and Click

Features

  • Add, update, and save all your passwords locally on your computer. No sign-ups necessary
  • Export to .txt file for greater portability

Usage

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.