pidgin-eng-dictionary


Namepidgin-eng-dictionary JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/Zeecoworld/pidgin-english-dictionary
SummaryA simple pidgin-english dictionary for various applications
upload_time2023-06-17 17:14:24
maintainer
docs_urlNone
authorIsaac Yakubu
requires_python
licenseMIT
keywords dictionary pidgin/english pidgin dictionary
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": "pidgin-eng-dictionary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dictionary,pidgin/english,pidgin dictionary",
    "author": "Isaac Yakubu",
    "author_email": "engrisaac1234@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/2b/57fa6f88563de0eadb0de3f67377d324c324ee045e58222acf91ab98dd89/pidgin_eng_dictionary-0.0.3.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 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.3",
    "project_urls": {
        "Homepage": "https://github.com/Zeecoworld/pidgin-english-dictionary"
    },
    "split_keywords": [
        "dictionary",
        "pidgin/english",
        "pidgin dictionary"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "011dfac500b95d60e59ba7b4e0ad2a1956aab27c0cca11ff14fdafb8b4020f3b",
                "md5": "7864c6fe7c275794eda75aa54a9d5b25",
                "sha256": "98e9cc69b20077a9228c1c35e4bacbdec0b5adf0b9baee6214c88e3c8bffeb12"
            },
            "downloads": -1,
            "filename": "pidgin_eng_dictionary-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7864c6fe7c275794eda75aa54a9d5b25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2487,
            "upload_time": "2023-06-17T17:14:21",
            "upload_time_iso_8601": "2023-06-17T17:14:21.794687Z",
            "url": "https://files.pythonhosted.org/packages/01/1d/fac500b95d60e59ba7b4e0ad2a1956aab27c0cca11ff14fdafb8b4020f3b/pidgin_eng_dictionary-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d92b57fa6f88563de0eadb0de3f67377d324c324ee045e58222acf91ab98dd89",
                "md5": "a88b27595a51c8510124d897e8dea098",
                "sha256": "bd5836a0b20c49b26c014e98910bc317e325b54da71005aeeb5c387cb86f18ba"
            },
            "downloads": -1,
            "filename": "pidgin_eng_dictionary-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a88b27595a51c8510124d897e8dea098",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2279,
            "upload_time": "2023-06-17T17:14:24",
            "upload_time_iso_8601": "2023-06-17T17:14:24.099756Z",
            "url": "https://files.pythonhosted.org/packages/d9/2b/57fa6f88563de0eadb0de3f67377d324c324ee045e58222acf91ab98dd89/pidgin_eng_dictionary-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-17 17:14:24",
    "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": "pidgin-eng-dictionary"
}
        
Elapsed time: 1.18065s