A Recreation of Wordle in Python.
Explore the code »
Report Bug
·
Request Feature
Table of Contents
- Using PieWordle demands a Python-Interpreter (>= 3.7).
Simply install the python package (via PyPI-piewordle):
python -m pip install --upgrade piewordle
OR alternatively you can use the compiled version (Windows only
):
Simply download the pwordle.exe file.
Update the ./bin/pwordle.version file and run:
pyinstaller ./piewordle/__main__.py --onefile --clean --dist ./bin --version-file ./bin/pwordle.version -n pwordle
.
pwordle [OPTION]...
options:
-h, --help show this help message and exit
-v, --version show the current version.
--daily guess the daily wordle.
-g GUESSES define the amount of guesses the player has. default is 6.
-? allow not existing words.
--de use german words.
-w WORDS define custom wordle options. Seperator is ';'.
pwordle --daily -?
This project is licensed under the MIT License - see the LICENSE file for details