Skip to content

tomekwojcik/wtfpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

What The Fuck Should I Use For Password?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages