https://github.com/tirkarthi/wordzilla-python
A dictionary for the terminal
https://github.com/tirkarthi/wordzilla-python
Last synced: 3 months ago
JSON representation
A dictionary for the terminal
- Host: GitHub
- URL: https://github.com/tirkarthi/wordzilla-python
- Owner: tirkarthi
- License: mit
- Created: 2016-06-26T06:00:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T06:11:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T12:42:35.960Z (5 months ago)
- Language: Python
- Size: 17.6 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Wordzilla
=========Wordzilla is a commandline based dictionary for viewing the meanings
of English words from the commandline. It can be useful for people who spend
a lot of time on the command line. It can also be integrated with your favourite
editor to view meanings of words.**Installation :**
1. Clone this repo
2. Run ``python setup.py install``**Usage :**
* Return four meanings for the word set
``wordzilla -n 4 set``
* Return the meanings for the word set used as a verb
``wordzilla -p verb set``**Dictionary data :**
The data is taken from Wikitionary and colored output is platform-dependent. Its
a port of the perl script I wrote a while back. An android version of the dictionary
is also available at `Google play store`