Wordle Solver is a Python program that helps you find possible words for the popular word puzzle game Wordle. This tool takes your input, including known letters, fixed positions, and letters not allowed in specific positions, and generates a list of possible words based on a valid word list.
- Input known letters separated by space.
- Specify letters not allowed in specific positions (e.g., A5 means A should not be in the 5th position).
- Define fixed positions for letters (e.g., E5 means E must be in the 5th position).
- Find possible words based on your input.
- Run the program.
- Enter known letters separated by space.
- Enter letters not allowed in specific positions (if any).
- Specify fixed positions for letters (if any).
- View the list of possible words.
-
Clone the repository:
git clone https://github.com/Dysax/Wordle-solver.git