brudi4550 / wordleSolver

A small wordle solver written in bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small wordle solver written in bash.

Supported languages:
English, German, French, Italian, Spanish, Dutch, Norwegian

Usage:
-Commas represent unknown characters
-Use the '-i' flag for characters that you know are in the word
-Use the '-n' flag for characters that you know are not in the word
-Use the '-l' flag for selecting a language (Supported: en, de, fr, it, es, nl, no)
-Defaults to English if no language is specified

Examples with output:

./wordle.sh -i ar -n hlm s,g,,

sager
sagra
segar
sugar

./wordle.sh -l de -i zu -n rvbn ,e,,,

Deutz
seufz
zeuge
Zeugs
zeugt


Uses the list of english words from here: https://github.com/dwyl/english-words
Uses the list of german words from here: https://gist.github.com/MarvinJWendt/2f4f4154b8ae218600eb091a5706b5f4
All other lanuages files from here: http://www.gwicks.net/dictionaries.htm

About

A small wordle solver written in bash


Languages

Language:Shell 100.0%