An open API service indexing awesome lists of open source software.

https://github.com/reader-dict/monolingual

Finally decent dictionaries based on Wiktionary for your beloved eBook reader. Daily updates & 13 languages supported so far.
https://github.com/reader-dict/monolingual

catalan-language danish-language dict dictionary ebook-reader english-language french-language german-language greek-language italian-language kobo norwegian-language plato portuguese-language python romanian-language russian-language spanish-language stardict swedish-language

Last synced: 3 months ago
JSON representation

Finally decent dictionaries based on Wiktionary for your beloved eBook reader. Daily updates & 13 languages supported so far.

Awesome Lists containing this project

README

          

# reader.dict Monolingual Dictionaries

πŸš€ Features, **downloads**, and installation details on [reader.dict](https://www.reader-dict.com).

πŸŽ‡ Want to know what is being cooked, and what was done in past releases? Have a look at our [discussions](https://github.com/reader-dict/monolingual/discussions).

---

## Development

Set up a virtual environment:

```bash
python3.13 -m venv venv

# For Linux and Mac users
. venv/bin/activate

# For Windows users
. venv/Scripts/activate
```

Install, or update, dependencies:

```bash
python -m pip install -U pip
python -m pip install -r requirements-tests.txt
```

Run tests:

```bash
# All tests, must be run in two steps to prevent database issues
python -m pytest --doctest-modules wikidict
python -m pytest tests

# Skip those requiring a working internet connection
python -m pytest tests -m "not webtest"
```

Run linters, and quality checkers, before submitting a pull-request:

```bash
./check.sh
```

## Contributors πŸ’–

[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-)

Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



MickaΓ«l Schoentgen
MickaΓ«l Schoentgen

πŸ› πŸ’» πŸ“– πŸ“†
Nicolas Froment
Nicolas Froment

πŸ› πŸ’» πŸ“– πŸ“†
Attilio
Attilio

πŸ’»
chopinesque
chopinesque

πŸ’»
Saeed Rasooli
Saeed Rasooli

πŸš‡
Matthias C. Hormann
Matthias C. Hormann

πŸ’»


tjader
tjader

πŸ’»
Victor
Victor

πŸ’»
John Koll
John Koll

🌍
Marta Malberti
Marta Malberti

🌍
Arsenii Chaplinskii
Arsenii Chaplinskii

🌍
Ander Romero
Ander Romero

🌍


Dongchen Yue | 岳东辰
Dongchen Yue | 岳东辰

🌍
Johan Larsson
Johan Larsson

πŸ’»
kyxap
kyxap

πŸ“–
Baitur Ulukbekov
Baitur Ulukbekov

πŸ“–
Florian Engel
Florian Engel

πŸ“–

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Stars ✨





Star History Chart