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
A python script for solving wordles!
cd wordle_solver/
conda create --name wordle python=3.8
conda activate wordle
conda install --file requirements.txt
python main.py