Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 638 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 638 Bytes

What The Fuck Should I Use For Password?

Source code for http://whatthefuckshouldiuseforpassword.com/

Installation

  1. pip install -r requirements.txt
  2. nosetests

Serving via Werkzeug

  1. python run.py --help
  2. python run.py [server_options]

Serving via gunicorn

  1. pip install gunicorn
  2. gunicorn pwdgen.app:app

Serving via other WSGI servers

WSGI app is exported from pwdgen.app:app. If you installed the app in a virtual env be sure to make the environment aware of it.

API

The app provides API. See docs here.

Why?

For teh lulz.

License

MIT-style, see LICENSE.