- Catalan
- Danish
- English
- French (news)
- German
- Greek
- Italian
- Norway
- Portuguese
- Romanian
- Russian
- Spanish
- Swedish
- [all] AUR packages by Raffaele Mancuso @raffaem
- [FR] Dico alto by Snawei
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
Thanks go to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!