Skip to content

jbordoe/wordle-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-bot

A bot that plays wordle

Setup

This project uses pipenv

Install Python packages:

pipenv install

Ensure geckodriver is installed

Initialize virtual Python env:

pipenv shell

Running

In-browser play

Have the bot play a game of wordle in a browser

python play.py -v wordle

Play wordle in a browser, with salet and unfit as the first guesses

python play.py -v wordle -g salet,unfit

Have the bot play a game of absurdle in a headless browser

python play.py -v absurdle --headless

use --help for more information

Command-line game

python wordle.py

Tests

python -m unittest

Test

About

It plays wordle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published