A dictionary for your terminal.
Check out my other project, Povi, if you want a faster implementation.
- Clickable words (it will open the definition of the word on your browser).
- Scrapes Cambridge Dictionary.
- Word definition examples.
git clone --depth 1 --branch main <REPO URL> novi
pip install ./novi
pip install git+<REPO URL>@main
usage: novi [-h] [--debug] [-V] [words ...]
positional arguments:
words Words to search. You can specify multiple words by splitting
them by whitespace.
options:
-h, --help show this help message and exit
--debug Enable debug logs.
-V, --version Show program version.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to enhance Novi according to your needs and contribute back to the project! If you encounter any issues or have suggestions for improvement, please open an issue on the repository. Thank you for using Novi!