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
- Host: GitHub
- URL: https://github.com/mdmintz/wordle-solver
- Owner: mdmintz
- License: mit
- Created: 2022-12-08T01:26:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-15T21:38:17.000Z (8 months ago)
- Last Synced: 2025-06-15T23:15:16.181Z (8 months ago)
- Topics: seleniumbase, wordle, wordle-python, wordle-solver
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordle-solver
### Solve Wordle with SeleniumBase (Python + Selenium)

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!