Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.28 KB

PyPi Version PyPi Python versions License Code style: black Downloads

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