Skip to main content

A Dictionary API Wrapper for Python

Project description

dictionarysnek

Table of contents

General info

A Dictionary API Wrapper for Python.

Dependencies

Project is created with:

  • Requests Version: 2.26.0
  • Dictionary API: dictionaryapi.dev

Setup

Python-pip:

$ pip install dictionarysnek

Poetry:

$poetry add dictionarysnek

Usage

  • Import the module: from dictionarysnek import dictionarysnek
  • Get the data: data = dictionarysnek.getdata("mundane")
  • Pass it to the desired function to get the output: synonyms = dictionarysnek.getsyn(data)

Functions

  • Get Synonyms -> Returns an array of Synonyms -> dictionarysnek.getsyn(json: list)
  • Get Antonyms -> Returns an array of Antonyms -> dictionarysnek.getant(json: list)
  • Get Definition -> Returns the definition of the given word -> dictionarysnek.getdefi(json: list)
  • Get Word -> Returns the given word -> dictionarysnek.getword(json: list)
  • Get Phonetic -> Returns the phonetic of the given word -> dictionarysnek.getphonetic(json: list)
  • Get Part of Speech -> Returns the Part of Speech of the given word -> dictionarysnek.getpos(json: list)
  • Get Example -> Gives an usage of the given word -> dictionarysnek.getex(json: list)
  • Get Origin -> Gives information about the origin of the given word -> dictionarysnek.getorigin(json: list)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dictionarysnek-0.0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

dictionarysnek-0.0.2-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page