Metadata-Version: 2.1
Name: synonym-cli
Version: 0.0.3
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
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: rich
Requires-Dist: lxml

![screenshot](https://user-images.githubusercontent.com/16024979/161394207-e1bfecd5-1702-40a7-8d89-3a10b462edee.png)

# synonym-cli

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

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

- [requests](https://pypi.org/project/requests/)
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4/)
- [rich](https://pypi.org/project/rich/)
- [lxml](https://pypi.org/project/lxml/)

## License

CC0


