Metadata-Version: 2.1
Name: clabel
Version: 0.1.1
Summary: A utility for labeling clusters of text data.
Home-page: https://github.com/pmbaumgartner/clabel
License: MIT
Author: Peter B
Author-email: 5107405+pmbaumgartner@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Faker (>=8.12.1,<9.0.0)
Requires-Dist: pandas (>=1.3.2,<2.0.0)
Requires-Dist: questionary (>=1.10.0,<2.0.0)
Requires-Dist: rich (>=10.7.0,<11.0.0)
Description-Content-Type: text/markdown

# CLabel

CLabel is a terminal-based cluster labeling tool that allows you to explore text data interactively and label clusters based on reviewing that data.

## Install & Quickstart

```
pip install clabel
```

Type `clabel` to run. Everything should happen in the terminal from there.

## Screenshots

![](https://i.ibb.co/5hQ6CL6/Screen-Shot-2021-08-30-at-4-41-14-PM.png)
![](https://i.ibb.co/YPfJ49w/Screen-Shot-2021-08-30-at-4-41-49-PM.png)
![](https://i.ibb.co/wBvN5mY/Screen-Shot-2021-08-30-at-4-42-11-PM.png)

