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 hashes)

Uploaded Source

Built Distribution

english_pidgin_dictionary-0.0.6-py3-none-any.whl (35.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