Metadata-Version: 2.1
Name: tdk-cli
Version: 0.2.1
Summary: Command-line tool for TDK Dictionary, sozluk.gov.tr with rich output.
Home-page: https://github.com/agmmnn/tdk-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

![ss](https://user-images.githubusercontent.com/16024979/162456060-f07675cb-a196-452d-8b49-b0cbc4cdc23e.png)

# tdk-cli

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

Command-line tool for [TDK](https://en.wikipedia.org/wiki/Turkish_Language_Association) Dictionary, [sozluk.gov.tr](https://sozluk.gov.tr/) with [rich](https://github.com/Textualize/rich) output.

</div>

## Install:

```
pip install tdk-cli
```

## Usage:

```
tdk <word>
```

### Example Usage:

```
tdk kemal
```

![ss](https://user-images.githubusercontent.com/16024979/162456447-d0e1984e-4351-4b69-8bcd-360bcd3f7d30.png)

## 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/)


