A cli wordle word guessing helper bee to solve the wordle puzzle of the day. Usage python -m wordlebee Installation Install wordlebee in isolated environment: pipx install wordlebee Install wordlebee: pip install wordlebee Development Install conda enviroment: conda env create -f environment.yml Install using poetry: poetry install