- python 3.x
- Checkout the file
- Make sure that the files permission are executable. If not, then run the following command to make them executable:
chmod a+x anagram.py anagram-solver.py anagram-valid.py
- Run the following command to generate the anagrams:
./anagram.py <word to generate anagrams for>
- Run the following command to find out the solution of the given input as parameter:
./anagram-solver.py <anagram word>
- Run the following command to check if the given word is valid dictionary word not:
anagram-valid.py <anagram word>