Skip to content

shaluchan/Terminal-Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Terminal Dictionary

This is a simple terminal-based dictionary tool built using Python. The tool fetches and displays definitions, examples, synonyms, antonyms, and other related information for a given term.

Usage

  • clone the repository.
  • Navigate to the project repository using cd file_name
  • Run the script using: python filename.py

Dependencies

The following Python packages are required to run the script:

  • requests: For making API requests.
  • pandas: For data manipulation.
  • numpy: For numerical operations.

Installation

You can install the required packages using pip. Run the following commands:

pip install requests
pip install pandas
pip install numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages