Metadata-Version: 2.4
Name: plantabras
Version: 1.0.0
Author-email: Jordi Carrera Ventura <jordi.carrera.ventura@gmail.com>
Project-URL: Google page, https://github.com/JordiCarreraVentura/plantabras
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nltk
Requires-Dist: tqdm
Requires-Dist: streamlit
Dynamic: license-file

# Plantabras

_Planta de palabras_.

# Usage

`./bin/python -m streamlit run src/plantabras/app.py`

```BASH
$ source bin/activate
$ streamlit run src/plantabras/app.py
```

# Installation

## Pip-install

```BASH
$ pip install plantabras
$ plantabras
```

## Repository

```BASH
$ git clone https://github.com/JordiCarreraVentura/plantabras.git
$ cd plantabras
$ make install
$ pip install .
```

# Build instructions

```BASH
$ make release
```

or

```BASH
$ make build publish
```
