Dictionary
A command line English dictionary in Windows
Acknowledgement
Dictionary API: data source
Usage
Browser version
Visit the link in "About" section on this page.
Terminal version
-
Download the latest release, and unzip it as a folder. Let's call the absolute path
$define. Otherwise, build from the source code by running the following in command line.pip install -r requirements.txt pyinstaller define.pyIt will generate a folder. Let's call the absolute path
$define. -
[Optional] Add
$defineto environment variables. -
Start the command line, and look up words.
For example, if you want to look up "hello", input
define hello
Then, you get the definition.
If you skipped step 2, please use cd command and make $define as your current folder.
Look up multiple words "hello" and "world":
define hello world
Play pronunciation of the word "hello":
define hello -p
For more usage, input
define -h
Frequently Asked Questions
How to add $define to environment variables?
- Search
environmentin Windows search bar, and click "Edit the system environment variables".
- Click "Environment Variables" button in "Advanced" tab.
- In the prompted window, click "Path" in "user variables", then click "Edit".
- In the prompted window, click "New", then input the absolute path
$define.




