GitXplorerGitXplorer
D

Wordle-solver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
7bffb17b168c76614572ffc9f709b7d347251927

Update README.md

DDysax committed a year ago
Unverified
51799c566eccd7e9ad202732c0102457b76ac4aa

added README

DDysax committed a year ago
Unverified
1a7458914990c00f548d86f4a60c449cb5ee30f3

Fix GitHub raw URL

DDysax committed a year ago
Unverified
0fb61cb84ce52c28333489e2455ea2c4bbfb6de1

Initial commit

DDysax committed a year ago

README

The README file for this repository.

Wordle Solver

Description

Wordle Solver is a Python program that helps you find possible words for the popular word puzzle game Wordle. This tool takes your input, including known letters, fixed positions, and letters not allowed in specific positions, and generates a list of possible words based on a valid word list.

Features

  • Input known letters separated by space.
  • Specify letters not allowed in specific positions (e.g., A5 means A should not be in the 5th position).
  • Define fixed positions for letters (e.g., E5 means E must be in the 5th position).
  • Find possible words based on your input.

Usage

  1. Run the program.
  2. Enter known letters separated by space.
  3. Enter letters not allowed in specific positions (if any).
  4. Specify fixed positions for letters (if any).
  5. View the list of possible words.

Installation

  1. Clone the repository:

    git clone https://github.com/Dysax/Wordle-solver.git