Wordle Solver

A python script for solving wordles!

Installation

cd wordle_solver/
conda create --name wordle python=3.8
conda activate wordle
conda install --file requirements.txt

Run

python main.py