Metadata-Version: 2.1
Name: pydictcc
Version: 0.1.0
Summary: 
License: GPL v3
Keywords: dictionary
Author: Tobias Witt
Author-email: sleepywitti@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Provides-Extra: progressbar
Requires-Dist: tqdm (>=4.66.6,<5.0.0) ; extra == "progressbar"
Description-Content-Type: text/markdown

# pyDictCC

pyDictCC is a simple translation tool. It is based on rdictcc written in
Ruby [rdictcc](https://git.sr.ht/~tsdh/rdictcc).

# How to use

Go to [dict.cc](https://www1.dict.cc/translation_file_request.php) to receive a download link for your preferred
language, which will be sent to the email address you have provided. It is sufficient to download the language
translation in one direction (e.g. DE -> EN), as the reverse direction (e.g. EN -> DE) contains the same data.

## License

Distributed under the [General Public License, Version 3 or later](https://www.gnu.org/licenses/gpl-3.0.en.html).

