Skip to main content

A Python package to crawl Britannica Dictionary for word entries, definitions, and more.

Project description

Britannica Dictionary Crawler

This package allows you to scrape word entries, definitions, parts of speech, and the word of the day from the Britannica Dictionary.

Installation

You can install the package directly from GitHub using pip:

pip install git+https://github.com/Esubaalew/Dictionary.git

Alternatively, after publishing to PyPI, you can install the package like this:

pip install britannica-dictionary
from dictionary.britannica import get_entries, get_definitions, get_word_of_the_day

# Get related entries for a word
entries = get_entries('python')
print(entries)

# Get word definitions
definitions = get_definitions('python')
print(definitions)

# Get word of the day
word_of_the_day = get_word_of_the_day()
print(word_of_the_day)

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

britannica_dictionary-0.1.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

britannica_dictionary-0.1.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file britannica_dictionary-0.1.0.tar.gz.

File metadata

  • Download URL: britannica_dictionary-0.1.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for britannica_dictionary-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d3f42c00041d9a81805ac4e71c5ac08622da91914a7e73b41a7b7b6635fd0381
MD5 98300db75860f011085809ea92cdd0f1
BLAKE2b-256 53b5c456ab0a39cd5b0d7875c30a02643e85d654ab14f3b033df4b7f5f19c16e

See more details on using hashes here.

File details

Details for the file britannica_dictionary-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for britannica_dictionary-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7dc4e0a11b9b1b0169c4907976c56831cdbb2b522a86c2c0ef9893325bcfba6e
MD5 810bc7935fd79c1dd6c85b5ddfcf71c5
BLAKE2b-256 18c84c36de71d04fade3cfb97ae0a0a5ccda8b944dcf1e8cea15e6bdcce64d33

See more details on using hashes here.

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