A cli tool , which shows you all the next possible words you can guess from the Game Wordle. This repo has the code discussed in the YouTube Video (if you want to watch me code it live / understand the code better )
- open terminal/cmd and type
git clone https://github.com/Sa-So/wordle-helper.git
- paste that link and press enter now you will see a folder (if you list using ls), cd into that
cd wordle-helper
- now to run the code
python3 helper.py
- Let the AI play it , train it to reduce the no. of tries it requires to get to the word
- Rank the words on the basis of popularity in English ?
- Remove previous words that have already been done
- could we use regex here ?
(Use it for testing my code & report if you find any errors)