Skip to content

This code uses computer vision to play and solve NYT Wordle. Tk module provides a simple interface and openCV enables it to detect and analyze screen.

Notifications You must be signed in to change notification settings

niteeshchaudhary/WordleSolver

Repository files navigation

To play NYT Wordle (supporting light/dark theme):

  • python -m venv venv
  • venv/Scripts/activate or source venv/bin/activate
  • pip install requirements.txt
  • python playwordle.py

To understand appraoch of this solver read Wordle_Solver.pdf

  • images Click Solve button to Start
  • images If Failed to Auto Detection of Grid
  • images Selection of grid
  • images Completed Solving
  • images

Stats of 50% games played by Wordle Solver

About

This code uses computer vision to play and solve NYT Wordle. Tk module provides a simple interface and openCV enables it to detect and analyze screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages