A bot that plays wordle
This project uses pipenv
Install Python packages:
pipenv install
Ensure geckodriver is installed
Initialize virtual Python env:
pipenv shell
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
python wordle.py
python -m unittest
Test