https://github.com/Linus789/dictcc-stardict
Convert dict.cc file to StarDict format
https://github.com/Linus789/dictcc-stardict
dictcc stardict
Last synced: 3 months ago
JSON representation
Convert dict.cc file to StarDict format
- Host: GitHub
- URL: https://github.com/Linus789/dictcc-stardict
- Owner: Linus789
- License: mit
- Created: 2022-10-25T04:42:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T13:07:04.000Z (6 months ago)
- Last Synced: 2025-02-03T14:44:16.436Z (3 months ago)
- Topics: dictcc, stardict
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-language-learning - dictcc-stardict - Tool to convert the dict.cc dictionaries to stardict format. (Developer Resources / Dictionary Data)
README
# dictcc-stardict
Convert dict.cc file to StarDict format## Get dict.cc file
Go to [https://www1.dict.cc/translation_file_request.php](https://www1.dict.cc/translation_file_request.php) download the file and unpack it, if necessary.## Help menu
```
usage: convert.py [-h] -f FILE -s LANGConvert dict.cc file to StarDict format
options:
-h, --help show this help message and exit
-f FILE, --file FILE dict.cc file
-s LANG, --source-lang LANG source language
```## Requirements
* [pyglossary](https://pypi.org/project/pyglossary/)
* [pyparsing](https://pypi.org/project/pyparsing/)
* dictzip (optional: for compression)