Skip to content

gbowerman/wfgdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Finder General Docker image

A basic containerized word finder toolkit. Deploy from the Azure Cloud Shell (shell.azure.com) which has the latest Azure CLI and VS Code pre-installed.

Get the app

git clone https://github.com/gbowerman/wfgdocker

Deploy the app

./deploydemo.sh nameofwebapp

Where nameofapp is a unique name.

After a few minutes the app will be available at https://nameofapp.azurewebsites.net

Remove the app

This script removes the resource group created by the deploy script.

./resetdemo.sh nameofwebapp

About the app..

The app is a Python Flask based web app that provides word finding features..

  • 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.

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

About

Container-based word finder general app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published