Program to solve the wordle puzzle
"Wordle," Wikipedia, The Free Encyclopedia:
Wordle is a web-based word game created and developed by Welsh software engineer Josh Wardle. Players have six attempts to guess a five-letter word, with feedback given for each guess in the form of colored tiles indicating when letters match or occupy the correct position.
git clone https://github.com/animesh-chouhan/wordle-solver.git
cd wordle-solverpip install -r requirements.txtpython3 main.py 2> log.txt Word is: phony
Guessed in 4 tries
Wordle 862 4/6
⬜🟨⬜⬜🟩
⬜🟨🟩⬜🟩
🟩⬜🟩🟩🟩
🟩🟩🟩🟩🟩
- pyppeteer - Python port of puppeteer JavaScript (headless) chrome/chromium browser automation library
