Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 911 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 911 Bytes

wordle-py

PyPI - Version PyPI - Python Version


Table of Contents

About

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.

Installation

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 .

License

wordle-py is distributed under the terms of the MIT license.