/wordle_in_python

A basic implementation of wordle in python

Primary LanguagePython

wordle_in_python

A basic implementation of Wordle in python

Dependencies:

  1. requests
  2. BeautifulSoup
  3. pyenchant (enchant)
  4. clrprint

To execute the code, simply run it on cmd/terminal or through your IDE.

If your guess contains letters in correct place, they'll show up as green. If your guess contains letters in incorrect place, they'll show up as orange/yellow. Each incorrect letter will be red/grey. (NOTE: These colors may differ depending upon your IDE settings)

Screenshots:

correct guess: image

incorrect inputs: image

incorrect guess: image