Metadata-Version: 2.1
Name: wordlebee
Version: 0.6.2
Summary: wordle word guessing helper bee
License: MIT
Keywords: wordle,cli
Author: Mrlento234
Author-email: lento.manickathan@gmail.com
Requires-Python: >=3.9,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.22.1,<2.0.0)
Requires-Dist: rich (>=11.0.0,<12.0.0)
Description-Content-Type: text/markdown

<div align="center">

<h1>
    <img width="500" align="center" src="assets/wordlebee-logo.svg">
</h1>

[![PyPi Version](https://img.shields.io/pypi/v/wordlebee.svg?style=flat-square)](https://pypi.org/project/wordlebee/)
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](#license)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](#black)

***A cli wordle word guessing helper bee to solve the wordle puzzle of the day.***

</div>

## 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
```

