{ "info": { "author": "Ross Duggan", "author_email": "ross.duggan@acm.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Utilities" ], "description": "saycloud: text to soundcloud\n============================\n\nSaycloud is a little python script (and some ancillary helpers) that glues together text-to-speech synthesisers with Soundcloud.\n\nCurrently supported are:\n\n* OSX's 'say'\n* Google Translate TTS\n\n`You end up with something like this `_.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install saycloud\n\nor\n\n.. code-block:: bash\n\n $ easy_install saycloud\n\nUsage\n-----\n\n.. code-block:: bash\n\n $ saycloud --help\n usage: saycloud [-h] [-e ENGINE] [-t TITLE] -s SAY [-v VOICE]\n\n Saycloud - text to Soundcloud.\n\n optional arguments:\n -h, --help show this help message and exit\n -e ENGINE, --engine ENGINE\n The language engine to use for text to speech (default\n is \"say\").\n -t TITLE, --title TITLE\n Track title (on Soundcloud)\n -s SAY, --say SAY Words to say.\n -v VOICE, --voice VOICE\n Voice to use. Get a list for say on OSX: say -v ? or\n for Google Tranlsate:\n https://developers.google.com/translate/v2/using_rest\n #language-params\nExample\n-------\n\nAn entertaining little example to get you going:\n\n.. code-block:: bash\n\n $ saycloud -t \"Test Foo Bar Baz\" -v \"Cellos\" -s \"Foo foo foo foo foo foo bar foo foo bar bar bar baz foo foo foo foo foo foo foo bar foo bar foo bar baz\"\n\n\nWhich will run something like this the first time around:\n\n.. code-block:: bash\n\n Incorrect username/password\n username: cellols\n Password:\n Do you want to store your Soundcloud username and password at\n ~/.saycloud so you don't have to enter them in future? (y/n) y\n https://soundcloud.com/cellols/test-foo-bar-baz\n\nFurther reading\n---------------\n\nGoogle Translate has many languages/voices it can mangle your text with, some of which may just produce noise or otherwise not work.\n\nYou can see a `full list of the language codes here `_.\n\nBy default, `en` is used.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/duggan/saycloud/tags", "keywords": "soundcloud,saycloud", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "Saycloud", "package_url": "https://pypi.org/project/Saycloud/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Saycloud/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/duggan/saycloud/tags" }, "release_url": "https://pypi.org/project/Saycloud/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Saycloud - text to Soundcloud", "version": "0.2.3" }, "last_serial": 955012, "releases": { "0.1.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "66deff7f1ce6cc562809fad5ce3dbd28", "sha256": "90a87d82a6166bc71a12d277c122e90e3ca13cb5b167e27d67558089158feb7b" }, "downloads": -1, "filename": "Saycloud-0.2.0.tar.gz", "has_sig": false, "md5_digest": "66deff7f1ce6cc562809fad5ce3dbd28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3775, "upload_time": "2013-05-14T11:28:57", "url": "https://files.pythonhosted.org/packages/b9/46/4fde08790645c29512b6ff8ec24f2fe56ff19bb0e0ee3c0be94cd352a8bc/Saycloud-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "feee34c1bc410b85639693e14a695567", "sha256": "fc56065d7979d6bb9477270aede9c39730a9e83f5e84163afc191492e413c918" }, "downloads": -1, "filename": "Saycloud-0.2.1.tar.gz", "has_sig": false, "md5_digest": "feee34c1bc410b85639693e14a695567", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3963, "upload_time": "2013-05-14T11:30:45", "url": "https://files.pythonhosted.org/packages/fd/f8/ada232106c2219a00faa55ce1662bd8754a517b0b02e5350b0453fd08a94/Saycloud-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "1ed36d4f84d61ae1439883a2b0cd419b", "sha256": "9c9fab7d59b7c14d1a9e8068b0dc5e4b7cfef7de4214655de6e0fe00834ee357" }, "downloads": -1, "filename": "Saycloud-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1ed36d4f84d61ae1439883a2b0cd419b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3991, "upload_time": "2013-05-14T11:40:18", "url": "https://files.pythonhosted.org/packages/d7/ed/46fc6f60b5bb135d1522729a371e2a42011f809dbfb1907b8484cf856c28/Saycloud-0.2.2.tar.gz" } ], "0.2.3": [] }, "urls": [] }