Skip to content

A simple dictionary that can be used to get definitions for words using linux terminal.

License

Notifications You must be signed in to change notification settings

Ameenafz248/Terminal-Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Terminal-Dictionary

A simple dictionary that can be used to get definitions for words using linux terminal.

Prerequisites

The following Python libraries are required to run the program.

  • requests
  • json
  • textwrap

modules can be install using pip. For example, to install textwrap, use the command:

python3 -m pip install textwrap

Installation

Clone the repo

git clone https://github.com/Ameenafz248/Terminal-Dictionary.git

Give execution permission to define.py

chmod +x define.py

Put the file in bin path For example

mkdir -p ~/.local/bin && mv define.py ~./local/bin/define

Usage

define <WORD>

About

A simple dictionary that can be used to get definitions for words using linux terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages