Wordle Solver is a program that can solve Wordles, a popular word puzzle game. The program can be used to compleate the daily wordle for you in Hard mode.
Before you begin, make sure you have the following tools installed on your computer:
- A recent version of Python (3.6 or higher)
- pip, the package manager for Python
- Clone the repository to your local machine
git clone https://github.com/<your-username>/wordle-solver.git
- Change into the project directory
cd wordle-solver
- Install the required packages
pip install -r requirements.txt
- Run the program
python3 play_daily_wordle.py
Once you've completed the installation process, you can use Wordle Solver to solve the daily Wordles. The program uses Selenium to complete the puzzles for you, so all you have to do is sit back and watch the program do its magic.