Metadata-Version: 2.1
Name: synonym-cli
Version: 0.0.4
Summary: Synonyms and antonyms of words from Thesaurus are now in your terminal, with rich output.
Home-page: https://github.com/agmmnn/synonym
Author: agmmnn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown

![screenshot](https://user-images.githubusercontent.com/16024979/162848437-8da9d5d4-a234-44d3-94d8-048f92b015a6.png)

<div align="center">
<a alt="Github" href="https://github.com/agmmnn/synonym-cli"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/agmmnn/synonym-cli"></a>
<a href="https://pypi.org/project/synonym-cli/"><img alt="PyPI" src="https://img.shields.io/pypi/v/synonym-cli"></a>
</div>

# synonym-cli

<div align="center">

Synonyms and antonyms of words from [Thesaurus.com](https://www.thesaurus.com/) are now in your terminal, with [rich](https://github.com/Textualize/rich) output.

</div>

## Install:

```
pip install synonym-cli
```

## How to Use:

```
syn <word>
```

### Example Usage:

`syn nominate`

![Example Usage](https://user-images.githubusercontent.com/16024979/161393681-c4ab8085-a404-47ef-8f80-45298a1a2fde.png)

_Note: Be aware when this code was published. If the site will be updated in the future this code may not work properly._

## Arguments

```
  -h, --help     show this help message and exit
  -p, --plain    returns plain text output
  -v, --version  show program's version number and exit
```

## Dependencies

- [rich](https://pypi.org/project/rich/)
- [gazpacho](https://pypi.org/project/gazpacho/)

## License

CC0


