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.
- Host: GitHub
- URL: https://github.com/ron4fun/word-puzzle-brute-forcer
- Owner: ron4fun
- License: mit
- Created: 2017-08-19T22:14:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T09:55:32.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T07:18:55.423Z (8 months ago)
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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

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

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

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

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