Metadata-Version: 2.1
Name: dictcc-cli
Version: 1.0
Summary: A command-line tool for looking up translations on dict.cc
License: MIT
Author: Tomas Bayer
Author-email: mail@tomas.berlin
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.11.2,<5.0.0)
Requires-Dist: fake-useragent (>=1.5.1,<2.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: rich (>=13.3.1,<14.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# dictcc-cli

[![PyPI - Version](https://img.shields.io/pypi/v/dictcc-cli)](https://pypi.org/project/dictcc-cli/)

`dictcc-cli` is a command-line tool that scrapes dict.cc for translations and displays results in a colourful table.

## Installation

Requires Python version 3.11 or higher and pip.

```bash
pip install dictcc
```

## Usage

Two-way search in English and German:

```bash
dictcc water
```

Search between a specified language and German:

```bash
dictcc -l fr Wasser
```

Search between two specified languages:

```bash
dictcc -l fr -l en eau
```

## License

`dictcc-cli` is distributed under the terms of the MIT License.

