Metadata-Version: 2.0
Name: dikicli
Version: 0.2
Summary: Commandline interface to diki.pl polish-english dictionary.
Home-page: https://github.com/silenc3r/dikicli
Author: Dawid Zych
Author-email: dawid.zych@yandex.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.4.0
Requires-Dist: beautifulsoup4


# dikicli

Commandline interface to diki.pl polish-english dictionary.

Dikicli allows you to use diki.pl from comfort of your terminal.
All results are cached for faster retrieval in the future.

## Usage:

Translate english to polish:

    diki word

Translate polish to engish:

    diki -p word

Display html file of all words translated so far:

    diki -i


