This is a simple python library that is useful for pidgin and english word interpretation.
####How to use the packages
from pidgin-eng-dictionary 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
pip install difflib (built-in python library)
### KINDLY MAKE PR for UPGRADE....
Raw data
{
"_id": null,
"home_page": "https://github.com/Zeecoworld/pidgin-english-dictionary",
"name": "pid-dictionary1",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "dictionary,pidgin/english,pidgin dictionary",
"author": "Isaac Yakubu",
"author_email": "engrisaac1234@gmail.com",
"download_url": "",
"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 pidgin-eng-dictionary 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\npip install difflib (built-in python library)\r\n\r\n\r\n### KINDLY MAKE PR for UPGRADE....\r\n\r\n\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple pidgin-english dictionary for various applications",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/Zeecoworld/pidgin-english-dictionary"
},
"split_keywords": [
"dictionary",
"pidgin/english",
"pidgin dictionary"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "056ccfc2739c1b31c71b5b0a2a694554f57c2efbcc4083d63640b4b8aec6a52b",
"md5": "9429130f3436038b853eb6758e35568b",
"sha256": "d5680f6a5b97e6fb4a34392176e7ee64da7f52f2674c69fccc90e30e259ceca6"
},
"downloads": -1,
"filename": "pid_dictionary1-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9429130f3436038b853eb6758e35568b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2437,
"upload_time": "2023-06-17T11:38:26",
"upload_time_iso_8601": "2023-06-17T11:38:26.564953Z",
"url": "https://files.pythonhosted.org/packages/05/6c/cfc2739c1b31c71b5b0a2a694554f57c2efbcc4083d63640b4b8aec6a52b/pid_dictionary1-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-17 11:38:26",
"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": "pid-dictionary1"
}