this python app will find every possible combination and permutation (power sets) of words in the dictionary given any 6 letters
python -m pip install --user virtualenv
python -m venv env
source env/bin/activate
which python
pip install enchant
python app.py
deactivate