{ "info": { "author": "Eric Zeng", "author_email": "ericchufengzeng@163.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n## Easy_Sound\n\nEasySound is a simple, easy sound programming in Python,Support MP3 and WAV files, all sound interactions are invoked by simple function calls.\nEasySound runs on Python 3\n\n## Example Usage\n\nIf you want to play the sound, you have two choices:\n\n1. Play without GUI\n```\n>>> from easysound import play\n>>> play.play(test.mp3)\n>>> play.play(test.wav)\n```\n\n2. Play with GUI\nThis will open the default player\n```\n>>> from easysound import play\n>>> play.ui_play(test.mp3)\n>>> play.ui_play(test.wav)\n```\n\nIf you want to record\n```\n>>> from easysound import rec\n>>> rec.rec(\"test.wav\",2,\"start\",\"stop\")\n```\nFull documentation is always available.\n\n## BUG FIXES\nPlease report any problems found.\n\n## KNOWN ISSUES\nErrors occur when using `import easysound`\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ericzzer/Easy_Sound", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "easysound", "package_url": "https://pypi.org/project/easysound/", "platform": "", "project_url": "https://pypi.org/project/easysound/", "project_urls": { "Homepage": "https://github.com/ericzzer/Easy_Sound" }, "release_url": "https://pypi.org/project/easysound/1.0.3/", "requires_dist": [ "pysound" ], "requires_python": ">=3.6.0", "summary": "A simple, easy sound programming in Python.", "version": "1.0.3" }, "last_serial": 5936354, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6eea23f3851ff4b9b39cb9836212e3ba", "sha256": "2e1dbf3b8b46f9b26d19b9116374aca4030b81cfcef28c67e56e2377fdf59777" }, "downloads": -1, "filename": "easysound-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6eea23f3851ff4b9b39cb9836212e3ba", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 5029, "upload_time": "2019-08-22T01:48:40", "url": "https://files.pythonhosted.org/packages/26/d3/1a43a9f63ccdc7365885a4205f857a508d5164da28b6bf8b8860b8fc9e7c/easysound-1.0.0.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "c5a5ee4a7a3d5f04633d414dcdd8ebfb", "sha256": "c7465589c53880a1ec0bdbe427e332089c65b6567d38c65c33fe38d474b5a47d" }, "downloads": -1, "filename": "easysound-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c5a5ee4a7a3d5f04633d414dcdd8ebfb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2911, "upload_time": "2019-08-23T00:38:32", "url": "https://files.pythonhosted.org/packages/f2/fe/e3b9516a44fb37bde73e9f05419a0473438eea0e8d97152ace137b746094/easysound-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f0c7b6fde61b1942f996ad9c078e6a6", "sha256": "f19d9b713a49474509d9a4bb710a33da5717fcc923f329fe2ac4c37374ad018d" }, "downloads": -1, "filename": "easysound-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7f0c7b6fde61b1942f996ad9c078e6a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1850, "upload_time": "2019-08-23T00:38:34", "url": "https://files.pythonhosted.org/packages/42/98/087b8617ca27bb019659378d04e98030b8248fc19493dce5457eb067a4ec/easysound-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "93152bd4e2f4a068e08f1e13e5bd1753", "sha256": "714fe39b12a3ef61b8393ad0c5f4a72e4badb01635c4dfa04f327d814d8c65f6" }, "downloads": -1, "filename": "easysound-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "93152bd4e2f4a068e08f1e13e5bd1753", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 3355, "upload_time": "2019-10-06T23:34:08", "url": "https://files.pythonhosted.org/packages/e6/a0/f3ebbb390a25a735ca13ffa06373638757d6cd38e5b4cf3371231cbed247/easysound-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00766184a1461a68b24c975cae9f8f1d", "sha256": "7a2361d83616b4cefb06280689a42798dd23a9742258f758bf703a994234c141" }, "downloads": -1, "filename": "easysound-1.0.3.tar.gz", "has_sig": false, "md5_digest": "00766184a1461a68b24c975cae9f8f1d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3410, "upload_time": "2019-10-06T23:34:10", "url": "https://files.pythonhosted.org/packages/9c/d7/cc806db452c5a71b66d2c41c81d2211e75bbf485609d114b17c89be9a519/easysound-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93152bd4e2f4a068e08f1e13e5bd1753", "sha256": "714fe39b12a3ef61b8393ad0c5f4a72e4badb01635c4dfa04f327d814d8c65f6" }, "downloads": -1, "filename": "easysound-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "93152bd4e2f4a068e08f1e13e5bd1753", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 3355, "upload_time": "2019-10-06T23:34:08", "url": "https://files.pythonhosted.org/packages/e6/a0/f3ebbb390a25a735ca13ffa06373638757d6cd38e5b4cf3371231cbed247/easysound-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00766184a1461a68b24c975cae9f8f1d", "sha256": "7a2361d83616b4cefb06280689a42798dd23a9742258f758bf703a994234c141" }, "downloads": -1, "filename": "easysound-1.0.3.tar.gz", "has_sig": false, "md5_digest": "00766184a1461a68b24c975cae9f8f1d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 3410, "upload_time": "2019-10-06T23:34:10", "url": "https://files.pythonhosted.org/packages/9c/d7/cc806db452c5a71b66d2c41c81d2211e75bbf485609d114b17c89be9a519/easysound-1.0.3.tar.gz" } ] }