/PyWordle

Python implementation with GUI of Wordle from New York Times

Primary LanguagePythonMIT LicenseMIT

PyWordle

This repository contains a simple tkinter implementation of the well-known NYT wordle in Python. To run the game just download this repository, make sure you have tkinter and numpy in your python packages, and run:

python play.py --lang english

An example of interface follows:

Note: only supports english and italian at the state of art