Skip to content

joobus/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver

This program aids in solving Wordles.

Dependencies

This program currently requires ripgrep, rg, to be installed.

How To Use

Execute the program. After entering your guess on the website, enter your guess in the command line program.

  • Green letters should be prefixed with a +.
  • Yellow letters should be prefixed with a -.

Ctrl-c to quit the program.

Example

Say you enter the word saute. Wordle shows a and e as green, and t as yellow. In this program, input: s+au-t+e. It will then spit out the list of possible words for your next guess.

About

A command line program to aid in solving wordles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages