Skip to content

brianSalk/wordle-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a bot that opens a browser and solves today's wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages