An open API service indexing awesome lists of open source software.

https://github.com/mdmintz/wordle-solver

Solve Wordle with SeleniumBase
https://github.com/mdmintz/wordle-solver

seleniumbase wordle wordle-python wordle-solver

Last synced: 6 months ago
JSON representation

Solve Wordle with SeleniumBase

Awesome Lists containing this project

README

          

# wordle-solver

### Solve Wordle with SeleniumBase (Python + Selenium)

![](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wq24p17cfp6i6xtzb8x5.png)

If you're looking for a complete Python Selenium solution for solving the [Wordle Game](https://www.nytimes.com/games/wordle/index.html) programmatically, here's one that uses the [SeleniumBase](https://github.com/seleniumbase/SeleniumBase) framework. The solution comes with a [YouTube video](https://youtube.com/watch?v=wSvehy4u_xw), as well as [the Python code of the solution](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/wordle_test.py), and a GIF of what to expect:

Note that SeleniumBase tests are run using ``pytest``.

Have fun solving "Wordle" with SeleniumBase using Python and Selenium!