password-generator-api A simple API for generating passwords. Homepage https://password-generator-api.herokuapp.com/ How to setup Install dependencies pip install -r requirements.txt Run local server python wsgi.py How to test Discover all tests python -m unittest discover src/tests/