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....
Raw data
{
"_id": null,
"home_page": "https://github.com/Zeecoworld/pidgin-english-dictionary",
"name": "english-pidgin-dictionary",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Isaac Yakubu",
"author_email": "engrisaac1234@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/07/57/0948b9576825e9748b3df0ef3f7391e4f33095e5053bfcf5b097f84a9c79/english-pidgin-dictionary-0.0.6.tar.gz",
"platform": null,
"description": "This is a simple python library that is useful for pidgin and english word interpretation.\r\n\r\n\r\n####How to use the packages\r\n\r\nfrom english_pidgin_dict.english_pidgin_dict import getMeaning\r\n\r\ntyped_desired_word = input(\"enter yr desired word here\")\r\n\r\nmeaning = getMeaning(typed_desired_word)\r\nprint(meaning)\r\n\r\n#printing meaning of the word in console\r\n# if type(meaning) == list:\r\n# for item in meaning:\r\n# print(item)\r\n# else:\r\n# print(meaning)\r\n\r\n# PIP PACKAGE DEPENDECIES\r\n\r\ndifflib (built-in python package)\r\n\r\n\r\n### KINDLY MAKE PR for UPGRADE....\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A simple pidgin-english dictionary for various applications",
"version": "0.0.6",
"project_urls": {
"Homepage": "https://github.com/Zeecoworld/pidgin-english-dictionary"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c499e24210c9997aff25a0800dc8f4e8d9836484135c39597a52ba383600b90c",
"md5": "a4e2d8f66a1ac02de71d4ca371fc2be7",
"sha256": "d7c9b12a98c030b3b8dba45b7bb99ccf172d15b9969224f35c2d14af5a09bb5a"
},
"downloads": -1,
"filename": "english_pidgin_dictionary-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a4e2d8f66a1ac02de71d4ca371fc2be7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 35205,
"upload_time": "2023-06-18T05:00:00",
"upload_time_iso_8601": "2023-06-18T05:00:00.783717Z",
"url": "https://files.pythonhosted.org/packages/c4/99/e24210c9997aff25a0800dc8f4e8d9836484135c39597a52ba383600b90c/english_pidgin_dictionary-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07570948b9576825e9748b3df0ef3f7391e4f33095e5053bfcf5b097f84a9c79",
"md5": "0aa3db12c16b26ee39a529b74b0648a8",
"sha256": "cbf2b7fe09def3d57b68540660583d139a6f8227699ba88f595772b72034e0a7"
},
"downloads": -1,
"filename": "english-pidgin-dictionary-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "0aa3db12c16b26ee39a529b74b0648a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35155,
"upload_time": "2023-06-18T05:00:03",
"upload_time_iso_8601": "2023-06-18T05:00:03.468821Z",
"url": "https://files.pythonhosted.org/packages/07/57/0948b9576825e9748b3df0ef3f7391e4f33095e5053bfcf5b097f84a9c79/english-pidgin-dictionary-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-18 05:00:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Zeecoworld",
"github_project": "pidgin-english-dictionary",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "english-pidgin-dictionary"
}