Skip to main content

A simple pidgin-english dictionary for various applications

Project description

This is a simple python library that is useful for pidgin and english word interpretation.

####How to use the packages

from english_pidgin_dict.english_pidgin_dict import getMeaning

typed_desired_word = input("enter yr desired word here")

meaning = getMeaning(typed_desired_word) print(meaning)

#printing meaning of the word in console

if type(meaning) == list:

for item in meaning:

print(item)

else:

print(meaning)

PIP PACKAGE DEPENDECIES

difflib (built-in python package)

KINDLY MAKE PR for UPGRADE....

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

english-pidgin-dictionary-0.0.6.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

english_pidgin_dictionary-0.0.6-py3-none-any.whl (35.2 kB view details)

Uploaded Python 3

File details

Details for the file english-pidgin-dictionary-0.0.6.tar.gz.

File metadata

File hashes

Hashes for english-pidgin-dictionary-0.0.6.tar.gz
Algorithm Hash digest
SHA256 cbf2b7fe09def3d57b68540660583d139a6f8227699ba88f595772b72034e0a7
MD5 0aa3db12c16b26ee39a529b74b0648a8
BLAKE2b-256 07570948b9576825e9748b3df0ef3f7391e4f33095e5053bfcf5b097f84a9c79

See more details on using hashes here.

File details

Details for the file english_pidgin_dictionary-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for english_pidgin_dictionary-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d7c9b12a98c030b3b8dba45b7bb99ccf172d15b9969224f35c2d14af5a09bb5a
MD5 a4e2d8f66a1ac02de71d4ca371fc2be7
BLAKE2b-256 c499e24210c9997aff25a0800dc8f4e8d9836484135c39597a52ba383600b90c

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