Wordle is a web-based word game created and developed by Welsh software engineer Josh Wardle. Players have six attempts to guess a five-letter word, with feedback given for each guess in the form of coloured tiles indicating when letters match or occupy the correct position. Wordle has a single daily solution, with all players attempting to guess the same word. During 2023, Wordle was played 4.8 billion times.
First clone the repository, and move into the directory of the repo.
$ git clone https://github.com/woodRock/wordle.git
$ cd wordleInstall the necessary packages.
$ pip install -r requirements.txtThen run the following command.
$ python3 play.pyFollow the instructions presented.