Skip to content

iarvind/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-solver

This is wordle solver/helper where it can help you figure out correct word while you plan Wordle https://www.nytimes.com/games/wordle/index.html or on any app. To use this, run with python3 (It should run on Python 2 but I am noob on python and tested only on 3 :P )

Go to the working directory and run via

python3 runner.py

There are 3 inputs:

Last word:

What word did you start with?

Fix positions:

The green ones. Input format: <char>:<pos1>,<pos2>,... To end, input .

Variable positions:

The characters at wrong locations. Input format: <char>:<pos1>,<pos2>,... To end, input .

Thanks!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages