
About
Wordle is a web-based daily word game created by Welsh software engineer Josh Wardle, in which players get six attempts to guess a five-letter word using coloured-tile feedback. PieWordle is a recreation of Wordle written in Python and played from the command line. It can be installed as a Python package from PyPI, and a compiled Windows executable is also provided.
How it differs from the original
Unlike the single daily web puzzle, it lets players change the number of guesses, allow non-existent words, supply their own word list, or switch to German words, with a separate option to guess the daily Wordle.
Getting started
Install it with pip (Python 3.7 or newer is required) and run the pwordle command, or on Windows download the prebuilt executable instead. Command-line flags select the daily word, the guess count, German words, or a custom word list.