Skip to content

A simple bot created to solve wordle challenge algorithmically . Work in progress

Notifications You must be signed in to change notification settings

Zesheng-Xu/wordle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver using selenium - Works now!

A simple bot created to solve wordle challenge algorithmically. It is now able to connect wordle website and automatically enter gueses and readjust based on result

How to use

Language Needed:

  • Python 3.8.* +

Needed Python packages:

  • BeautifulSoup 4
  • Selenium

Instruction:

  • Download this repository
  • Open the repository, open a terminal at this folder
  • Type python main.py
  • Hit ENTER and enjoy :D

Known Issues:

Records are not kept

  • you dont see your past histories.
  • this is because selenium always starts a new and clean browser - i.e similar to incognito mode

todo:

Fix known issues

improve guessing strategy

About

A simple bot created to solve wordle challenge algorithmically . Work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages