/wordle-solver

Solver for wordle puzzle game

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

wordle-solver

CI Coverage badge

A simple solver for wordle puzzle game.

Usage

Format Game
a a

Format:

x     character solved
x+    character is in the word
x-    character is NOT in the word
new   start new game
exit  close program

characters should be delimeted with space:
a i- e t+ r+

Install:

$ git clone https://github.com/oriontvv/wordle-solver
$ cd wordle-solver
$ python -m pip install -U poetry setuptools && poetry install

Running

telegram bot

$ echo "TELEGRAM_TOKEN=### YOUR_TOKEN_HERE ###" > .env
$ python src/main.py --lang ru --bot

cli repl

$ python src/main.py --lang en