Skip to content

A program to find better words for solving Wordle puzzles.

Notifications You must be signed in to change notification settings

dennisylyung/wordle_helper

Repository files navigation

Wordle Helper

A program to find better words for solving Wordle puzzles. image

Warning

This program takes the fun out of Wordle puzzles.

It was developed solely as a programming exercise. Please use it at your own risk.

Description

This program uses statistics in a word list to make better guesses in a Wordle puzzle.

Currently, it simply ranks words by frequencies characters appear in specific places.

A demo version is also included to let the helper guess a word you pick.

Getting Started

Prerequisites

Python 3.9+

Installation

  1. Clone the repository
  2. Run pip install -r requirements.txt in the directory.
  3. Run python load_words.py to download words.

Usage

To get help playing wordle, run python wordle_helper.py.

To let the helper guess your word, run python wordle_demo.py

Credits

Word list from dwyl/english-words

About

A program to find better words for solving Wordle puzzles.

Topics

Resources

Stars

Watchers

Forks

Languages