Metadata-Version: 2.1
Name: etym-cli
Version: 0.0.2
Summary: Command-line tool for etymonline with rich output.
Home-page: https://github.com/agmmnn/etym-cli
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://raw.githubusercontent.com/agmmnn/etym-cli/master/imgs/ss.png)

<center>
<a href="https://pypi.org/project/etym-cli/">
<img alt="PyPI" src="https://img.shields.io/pypi/v/etym-cli"></a>
</center>

Command-line tool for [etymonline.com](https://www.etymonline.com/), the Online Etymology Dictionary with rich output.

# How to Install:

```
pip install etym-cli
```

# How to Use:

```
etym <word>
```

## Example Use:

```
etym lawyer
```

![output](https://raw.githubusercontent.com/agmmnn/etym-cli/master/imgs/output.png)

### Arguments

```shell
-p, --plain plain text output
$ etym -p lawyer
lawyer (n.)
late 14c. lauier, lawer, lawere (mid-14c. as a surname), "one versed in law, one whose profession is suits in court...

-t, --trend returns trending words
$ etym -t
Trending Words:
1. self, 2. science, 3. genus, 4. poliomyelitis, 5. water, 6. witch, 7. light, 8. understand, 9. demon, 10. person

 -f, --fuzzy returns fuzzy search results
$ etym -f la
la, la tene, la-di-da, la-la, la-z-boy, lab, labarum, labefaction, label, labia, labial, labialize, labiate, labile,
labio-
```

# License

CC0


