Metadata-Version: 2.1
Name: turengcli
Version: 0.0.1
Summary: Command-line tool for tureng with rich output.
Home-page: https://github.com/agmmnn/turengcli
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/turengcli/master/ss.png)

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

Command-line tool for [tureng.com](https://www.etymonline.com/) with rich output..

```
pip install turengcli
```

```
tureng <word>
```

### Arguments

```python
# -p, --plain returns plain text output
$ tureng -p renascence
> General: uyanÄ±ÅŸ, yeniden doÄŸma
> History: rÃ¶nesans

# -f, --fuzzy returns fuzzy search results
$ tureng -f renas
> renascence, renascency, renascent, renascible
```


