Skip to content

A library of functions for helping solve WORDLE puzzles. When the module is run directly, it provides a full-featured front-end that plays WORDLE with/for you by suggesting intelligent guesses.

Notifications You must be signed in to change notification settings

camball/Wordle-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A library of functions for helping solve WORDLE puzzles. When the module is run directly, it provides a full-featured front-end that plays WORDLE with/for you by suggesting intelligent guesses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages