gbowerman / wfgheroku

Heroku version of wfgeneral app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Finder General - Heroku version

A basic word finder toolkit which provides the following functions:

  • Find words - Useful for solving crosswords. Put question marks for the letters you don't know. Note: output is limited to 100 words.
  • Anagrams - Finds anagrams based on the letters you enter.
  • Generate pass phrases - Randomly generate a set of passwords based on a combination of words, punctuation and numbers, which suit most password requirements, are relatively easy to remember, with fairly high entropy.

Note: This version is cloned from the original and customized to run as a Heroku app.

This app uses a word list from: https://github.com/atebits/Words/ - thanks @atebits for curating this list and making it available.

About

Heroku version of wfgeneral app

License:MIT License


Languages

Language:Python 54.5%Language:HTML 30.6%Language:CSS 14.9%