Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 858 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 858 Bytes

wordle-bot-python

A selenium based wordle bot that can solve wordle from your command line written in python

How to use

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.

Installing and setting up Selenium

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