Table of Contents
This is just a cheap imitation of wordle, as the goal is not to create wordle directly but to develop and tests different methods for solving wordle like problems.
As the project is not hosted on pypi yet the best way to install the project is too clone the repository with and install the project (if you do not have hatch installed).
git clone https://github.com/mattheww95/wordle-py.git
cd wordle-py
pip install .
wordle-py
is distributed under the terms of the MIT license.