Metadata-Version: 2.1
Name: turengcli
Version: 0.0.2
Summary: Command-line tool for tureng (tureng.com) 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/imgs/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://tureng.com/) with rich output.

```
pip install turengcli
```

# Usage

```
tureng <word>
```

```
# example usage with -d(detailed results) argument
tureng goner -d
```
![detailed results](https://raw.githubusercontent.com/agmmnn/turengcli/master/imgs/ss.png)

# Arguments

```python
# -d, --detailed  detailed results
$ tureng goner -d

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

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

# Requirements
- Python >3.5

## Depencies
- [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

