Skip to content

g1r0/ebook-reader-dict

 
 

Repository files navigation

eBook Reader Dictionaries

Update dictionaries Update local-specific data Word of the day

Users

Development

Setup a virtual environment:

$ python3.12 -m venv venv

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

# For Windows users
$ . venv/Scripts/activate

Install, or update, dependencies:

$ python -m pip install -U pip
$ python -m pip install -r requirements-tests.txt

Run tests:

$ python -m pytest --doctest-modules wikidict tests

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

$ ./check.sh

Contributors ✨

All Contributors

Thanks go to these wonderful people (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

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Finally decent dictionaries based on Wiktionary for your beloved eBook reader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • HTML 4.9%