{ "info": { "author": "Sagar Rakshe", "author_email": "sagarrakshe2@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment" ], "description": "Pydict\r\n-------\r\n\r\nPydict is a simple command line dictionary, it lets you search the meanings of the word on the terminal. \r\nIt refers to the online dictionary http://www.thefreedictionary.com\r\nIt also pronouces the keywords.\r\n\r\nRequirements\r\n-------------\r\n\r\nIt requires a command line mp3 player - mpg123. To install it use the following command:\r\n$ sudo apt-get install mpg123\r\n\r\nUsage\r\n------\r\n\r\nTo search for a keyword:\r\n\r\n>>> import pydict\r\n>>> pydict.search('awesome', 2, 'uk')\r\n\r\nIt will search for the word 'awesome' and pronouce it 2 times and in 'uk' style.\r\nIt will display the result of meaning of 'awesome'.\r\nIf a keyword is not found in the dictionary it reports error.\r\n\r\nTo just pronouce the word:\r\n\r\n>>> import pydict\r\n>>> pydict.speak('awesome', 2, 'us')\r\n\r\nIf pronouciation does not exist it reports error.\r\nIt has three styles 'normal', 'us' and 'uk'.\r\n\r\nFrom command line:\r\n\r\n$ pydict -q 'awesome' -s uk -p 2 \r\n\r\noptions:\r\n-q --query:\t\tkeyword\r\n-s --style: \tnormal, US or UK\r\n-p --pronounce:\trepeat pronounciation\r\n-m --meaning:\tdisplay search or not. (0 or 1)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sagarrakshe/pydict", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "pydict", "package_url": "https://pypi.org/project/pydict/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pydict/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sagarrakshe/pydict" }, "release_url": "https://pypi.org/project/pydict/0.2/", "requires_dist": null, "requires_python": null, "summary": "Command line dictionary", "version": "0.2" }, "last_serial": 718551, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f34dc1b37eecee70b4945ee3f0d724ac", "sha256": "cc74a459999eaa8b286d5699af436451d91034eb0e9785f365f565ea64c5870e" }, "downloads": -1, "filename": "pydict-0.1.tar.gz", "has_sig": false, "md5_digest": "f34dc1b37eecee70b4945ee3f0d724ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3661, "upload_time": "2012-11-20T11:58:47", "url": "https://files.pythonhosted.org/packages/6c/5d/4c50e8523eab6d781dd6afd6f7256422e9d4e08fbf14c1416cfc268ce555/pydict-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a24ff54fda69dd66a7229aafc118b201", "sha256": "85fa735ff254d5fbb00eb7102b7387137f6aa323ce494a7bb1071f9e86f5f7ad" }, "downloads": -1, "filename": "pydict-0.2.tar.gz", "has_sig": false, "md5_digest": "a24ff54fda69dd66a7229aafc118b201", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3661, "upload_time": "2012-11-25T02:19:46", "url": "https://files.pythonhosted.org/packages/42/cd/9ae1f36cbd004e435f18422963883f37e2c8d8782da1f80e4da10c74141b/pydict-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a24ff54fda69dd66a7229aafc118b201", "sha256": "85fa735ff254d5fbb00eb7102b7387137f6aa323ce494a7bb1071f9e86f5f7ad" }, "downloads": -1, "filename": "pydict-0.2.tar.gz", "has_sig": false, "md5_digest": "a24ff54fda69dd66a7229aafc118b201", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3661, "upload_time": "2012-11-25T02:19:46", "url": "https://files.pythonhosted.org/packages/42/cd/9ae1f36cbd004e435f18422963883f37e2c8d8782da1f80e4da10c74141b/pydict-0.2.tar.gz" } ] }