Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BoboTiG/ebook-reader-dict
Finally decent dictionaries based on Wiktionary for your beloved eBook reader.
https://github.com/BoboTiG/ebook-reader-dict
ancient-greek catalan dict dictfile dicthtml dictionary ebook-reader english francais french italian kobo norwegian portuguese python spanish stardict swedish wiktionary
Last synced: 4 months ago
JSON representation
Finally decent dictionaries based on Wiktionary for your beloved eBook reader.
- Host: GitHub
- URL: https://github.com/BoboTiG/ebook-reader-dict
- Owner: BoboTiG
- License: mit
- Created: 2020-04-12T08:23:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T18:05:06.000Z (9 months ago)
- Last Synced: 2024-05-01T18:55:54.247Z (9 months ago)
- Topics: ancient-greek, catalan, dict, dictfile, dicthtml, dictionary, ebook-reader, english, francais, french, italian, kobo, norwegian, portuguese, python, spanish, stardict, swedish, wiktionary
- Language: Python
- Homepage: http://www.tiger-222.fr/?d=2020/04/17/22/14/21-un-dictionnaire-alternatif-et-complet-pour-votre-liseuse
- Size: 40.6 MB
- Stars: 312
- Watchers: 7
- Forks: 19
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-language-learning - ebook-reader-dict - 10 monolingual dictionaries extracted from Wiktionary in several languages. (Language Learning / Dictionaries)
README
# eBook Reader Dictionaries
[![Update dictionaries](https://github.com/BoboTiG/ebook-reader-dict/actions/workflows/auto-updates.yml/badge.svg)](https://github.com/BoboTiG/ebook-reader-dict/actions/workflows/auto-updates.yml)
[![Update local-specific data](https://github.com/BoboTiG/ebook-reader-dict/actions/workflows/auto-update-data.yml/badge.svg)](https://github.com/BoboTiG/ebook-reader-dict/actions/workflows/auto-update-data.yml)
[![Word of the day](https://github.com/BoboTiG/ebook-reader-dict/actions/workflows/daily.yml/badge.svg)](https://github.com/BoboTiG/ebook-reader-dict/actions/workflows/daily.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)- [Catalan](docs/ca/README.md)
- [Danish](docs/da/README.md)
- [English](docs/en/README.md)
- [French](docs/fr/README.md) ([news](https://www.mobileread.com/forums/showthread.php?t=330223&page=2))
- [German](docs/de/README.md)
- [Greek](docs/el/README.md)
- [Italian](docs/it/README.md)
- [Norway](docs/el/README.md)
- [Portuguese](docs/pt/README.md)
- [Romanian](docs/ro/README.md)
- [Russian](docs/ru/README.md)
- [Spanish](docs/es/README.md)
- [Swedish](docs/sv/README.md)## Users
- [all] [AUR packages](https://aur.archlinux.org/packages?O=0&SeB=nd&K=stardict-bobotig&outdated=&SB=p&SO=d&PP=50&submit=Go) by [Raffaele Mancuso @raffaem](https://github.com/raffaem)
## Development
Set up a virtual environment:
```bash
python3.12 -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
python -m pytest --doctest-modules wikidict tests# Skip those requiring a working internet connection
python -m pytest --doctest-modules wikidict 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-15-orange.svg?style=flat-square)](#contributors-)
Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
MickaΓ«l Schoentgen
π π» π π
Nicolas Froment
π π» π π
Attilio
π»
chopinesque
π»
Saeed Rasooli
π
Matthias C. Hormann
π»
tjader
π»
Victor
π»
John Koll
π
Marta Malberti
π
Arsenii Chaplinskii
π
Ander Romero
π
Dongchen Yue | ε²³δΈθΎ°
π
Johan Larsson
π»
kyxap
π
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Stars β¨