Skip to content

oriontvv/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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