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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file english-pidgin-dictionary-0.0.6.tar.gz
.
File metadata
- Download URL: english-pidgin-dictionary-0.0.6.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbf2b7fe09def3d57b68540660583d139a6f8227699ba88f595772b72034e0a7 |
|
MD5 | 0aa3db12c16b26ee39a529b74b0648a8 |
|
BLAKE2b-256 | 07570948b9576825e9748b3df0ef3f7391e4f33095e5053bfcf5b097f84a9c79 |
File details
Details for the file english_pidgin_dictionary-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: english_pidgin_dictionary-0.0.6-py3-none-any.whl
- Upload date:
- Size: 35.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7c9b12a98c030b3b8dba45b7bb99ccf172d15b9969224f35c2d14af5a09bb5a |
|
MD5 | a4e2d8f66a1ac02de71d4ca371fc2be7 |
|
BLAKE2b-256 | c499e24210c9997aff25a0800dc8f4e8d9836484135c39597a52ba383600b90c |