My attempt for searching useful words for the game Wordle.
This repo is only for reference purposes.
- Put this file in data dir as
google-10000-english-no-swears.txt
- Put a dictionary files of your choice in data dir as
answer-word-list.txt
andvalid-word-list.txt
. Each word in them must be delimited by newlines. - Run
src/get_4_five_letter_words.py
to get the useful set of words(it will take some time). - Then run
calculate_expected_remained_answer.py
to calculate scores of the words(it will take a long long time).