zdict
zdict copied to clipboard
The last online dictionary CLI framework you need.
This PR updates [coverage](https://pypi.org/project/coverage) from **6.4.2** to **6.4.3**. Changelog ### 6.4.3 ``` -------------------------- - Fix a failure when combining data files if the file names contained glob-like patterns (`pull 1405`_)....
This PR updates [flake8](https://pypi.org/project/flake8) from **4.0.1** to **5.0.4**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/flake8 - Changelog: https://pyup.io/changelogs/flake8/ -...
Hello, I'm the developer of [VocabSieve](https://github.com/FreeLanguageTools/vocabsieve), a tool to look up words as well as to add them into Anki. What is the best way to use this module programmatically,...
* [Plena Ilustrita Vortaro de Esperanto (PIV)](https://en.wikipedia.org/wiki/Plena_Ilustrita_Vortaro_de_Esperanto) - Complete Illustrated Dictionary of Esperanto * [PIV online](http://vortaro.net/) API: `http://vortaro.net/ajax/articles/{word}/{piv_token}` PIV_TOKEN: `2bd4881efd986ccb4698cd514ec29f99` Request example: http://vortaro.net/ajax/articles/hundo/2bd4881efd986ccb4698cd514ec29f99
Is it possible for us to get a way to make a way to check a random definition with an endpoint?
Currently, we have a class `MetaInteractivePrompt` which hadle interative shell and a function `normal_mode` handle simple query from command line. But accutally, we may need more elegant abstraction like this:...
- `-s` / `--save` - Save in plaintext (without VT100 color code). - Save at `~/.zdict/last_history` - Overwrite if `~/.zdict/last_history` had already existed. - Don't save not found word(s). ###...
example: `zdict -l Chinese` for querying all the Chinese related dictionaries. Maybe need to add an `language` attribute into each dictionary under `dictionaries/` and we can find a way to...
# Color I think we can use Python 3.4's `Enum` module for color which will be more clear. for example : ``` from enum import IntEnum class COLOR(IntEnum): ORG =...
Some dictionaries have ability to use advance searching, e.g. regex. I think we can support these features (we can just return some message for dictionaries not support these kind of...