A selenium based wordle bot that can solve wordle from your command line written in python
simply clone this repo to your computer by opening up your command-line and typing
git clone https://github.com/brianSalk/wordle-bot-python/
next change into the new directory using:
cd wordle-bot-python
now just run
python main.py
you will be prompted to select your browser, enter the name of your browser as it appears in the list provided.
This app uses a browser automator called Selenium.
If you do not already have selenium installed on your computer you will need to run
pip install selenium
before doing any of the above.
You will also need to make sure that the webdriver for your prefered browser is in your PATH