brian5021 / wordle_solver

Command Line Wordle Solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordle_solver

Command Line Wordle Solver

  • Gives you starting word choices based on finding valid words with the most number of vowels in them
  • Accepts what your guess actually was
  • Checks each letter of your guess to see if the letter was correct or if the letter is in the world but in the wrong place or not in the word entirely
  • Based on the result input, the program finds you a few more words to choose from and guess
  • Program repeats up to the max number of guesses (6)
  • When the word is correctly found, the program terminates

About

Command Line Wordle Solver

License:MIT License


Languages

Language:Python 100.0%