Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 840 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 840 Bytes

Wordle Helper

Installation

git clone https://github.com/camball/Wordle-Helper
pip3 install inflect

How to Run

From the directory this repository was downloaded into, run:

python3 -m wordle

Description

This is the helper tool I coded to help me in the game of Wordle.

Hopefully you don't think this is cheating 😂😭 (or maybe you might think it is... don't judge)

I justify myself using these scripts because it's the same process I do in my head... just if my head had a big dictionary with near-instantaneous lookup time, and I were a perfect logician...

Dependencies

This project uses the inflect library to not suggest plural words to the user (as WORDLE never uses plurals as the correct answer).