Little python script + dictionary to help solve Wordle puzzles
Little python script + dictionary to help solve Wordle puzzles Usage Usage: ./wordlesolver.py [letters in word] [letters not in word] [placemen]t [letters in word] is just any letters that you know are in the word, without spaces, for example: fa [letters not in word] is just any letters that you know are not in the word, without space, for example: bqwetl [placement] should have the actual placement for any letters that went green, with any unknowns marked as an underscore, […]
Read more