/wfgheroku

Heroku version of wfgeneral app

Primary LanguagePythonMIT LicenseMIT

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.