An open API service indexing awesome lists of open source software.

https://github.com/ron4fun/word-puzzle-brute-forcer

A freeware and educational program that helps in reducing and almost solving word games puzzles.
https://github.com/ron4fun/word-puzzle-brute-forcer

Last synced: 4 months ago
JSON representation

A freeware and educational program that helps in reducing and almost solving word games puzzles.

Awesome Lists containing this project

README

          

# Word Puzzle Brute Forcer

A freeware and educational program that helps in reducing and almost solving word games puzzles. It has an input section to enter the list of letters given and the length of words required.

![ex1](ex1.png)

Then you get an output list of words which you can also manipulate with 3 options.

![ex2](ex2.png)

######Option 1 - Start Letters
This option gives you a list of unique letters that begins the list of words in
the word list result.

![ex3](ex3.png)

######Option 2 - Count Start Letters
This option gives you a count of the words in the word list result that begins with
the letter inputed in the "Letter" textbox.

![ex4](ex4.png)

######Option 2 - Bind Around
This option gives you a list of the words in the word list result that begins with
the letter inputed in the "Letter" textbox and has its second letter as any of the
letters inputed in the "Surrounding" textbox.

![ex5](ex5.png)

License
----------
MIT license.