This Linux compatible tool is created using the Shell Scripting.
It can solve the scrambled words of 5 different languages.
The scrambled words from the following languages it supports:
$ Spanish
$ French
$ English
$ Portuguese
$ German
- Linux Platform
- Crunch Tool
sudo apt install crunch
-
Download the repository zip file or Clone the repository using the following command.
git clone https://github.com/anant21/wordScrambleSolver.git
-
Change the directory to the directory of the tool.
cd wordScrambleSolver
-
Make the script executable.
chmod +x solve.sh
-
Start the tool by running the solve.sh script.
./solve.sh
-
Choose the Language: es/en/pt/fr/de. For example choose:
es
(Espanol - Spanish) -
Enter the scrambled word. For example enter the word:
inarcben
-
The tool will run and the result will be displayed at the end. For example, the result is
barnicen
. -
The output is also saved in the text file with name:
correctWord.txt
present in the same directory. -
We can check the text file using this command:
cat correctWord.txt
orless correctWord.txt
.