A basic implementation of Wordle in python
Dependencies:
- requests
- BeautifulSoup
- pyenchant (enchant)
- 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: