Skip to content

SilenZcience/PieWordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS-Windows OS-Linux OS-MacOS


PieWordle

A Recreation of Wordle in Python.
Explore the code »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

Made With

MadeWith-Python Python

(back to top)

Getting Started

Prerequisites

  • Using PieWordle demands a Python-Interpreter (>= 3.7).

Installation

Version

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.

(back to top)

Usage

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 ';'.

Examples

📂 Images 📂

pwordle --daily -?

(back to top)

License

This project is licensed under the MIT License - see the LICENSE file for details

Contact

SilenZcience
GitHub-SilenZcience