Word Search |
||
| Word Search is a free program that finds words from scrambled letters. It solves Jumble word puzzles and finds words and scores for Scrabble. The program is free, cross-platform, and very fast - the typical search requires less than two seconds.
Word Search has lots of options. It can find words that use all the given letters, and words of shorter length. It can report Scrabble and Word Scrimmage scores for the syndicated newspaper games, and can find two-word combinations.
The program requires a plain-text dictionary file that should be named "words.txt" and be in the script's directory. You can select a different dictionary file by clicking on the Dict button or by selecting the menu File - Load dictionary.
|
![]() Platforms Supported: All Tested on: Windows, Linux, MacOS Classic, Solaris Requirements: TCL/TK 8.3+, plain-text word list Interface: command-line and GUI License: GPL Freeware Download (43 KB) |
|
As an example, if you wanted to find all the words that could be made with the scrambled letters
abcelmnrsu
Uncheck the "Find shorter words" Option and click "Find", and you'll immediately know these letters can be rearranged into only one full-length word:
unscrambleWord Search is written in TCL, an easy-to-use cross-platform scripting language.
If you see the message "Dictionary file -words.txt- not found." in the Solutions output box, you will need to create your own words.txt file, or you can download my English word list.
Version 1.80 of this program includes these changes:

dos2unix *.tclchmod 755 *.tcl
Back to Frank's World