spotify-translator


Namespotify-translator JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryGenerate lyric translations and transcriptions from Spotify URLs using OpenAI's Whisper model.
upload_time2024-03-20 04:13:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseThe MIT License (MIT) Copyright (c) 2015 Sathya Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords openai whisper spotify transcript transcription transcriptor translate translation translator youtube yt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Spotify Translator

A simple [OpenAI Whisper](https://github.com/openai/whisper) and
[Spotify-DL](https://github.com/SathyaBhat/spotify-dl) wrapper that translates
and transcribes lyrics of Spotify songs.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "spotify-translator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "OpenAI, Whisper, spotify, transcript, transcription, transcriptor, translate, translation, translator, youtube, yt",
    "author": null,
    "author_email": "Hajin Park <hajin1819@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c1/9a/3a9c5101c939d106582a50a19e8ef885b580daaa39c35572cb8dcf09720f/spotify_translator-0.0.1.tar.gz",
    "platform": null,
    "description": "# Spotify Translator\n\nA simple [OpenAI Whisper](https://github.com/openai/whisper) and\n[Spotify-DL](https://github.com/SathyaBhat/spotify-dl) wrapper that translates\nand transcribes lyrics of Spotify songs.\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2015 Sathya  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Generate lyric translations and transcriptions from Spotify URLs using OpenAI's Whisper model.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/hajin-park/spotify-translator",
        "Issues": "https://github.com/hajin-park/spotify-translator/issues"
    },
    "split_keywords": [
        "openai",
        " whisper",
        " spotify",
        " transcript",
        " transcription",
        " transcriptor",
        " translate",
        " translation",
        " translator",
        " youtube",
        " yt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57a808bde6432d1184a8ff0a7cb07212ac786f2dd12ef65d2792aa64bd0e291c",
                "md5": "894e557a24f4bafe38ce34d78251587c",
                "sha256": "ae0fe8e902945565751d3e46b1d06025ca9d9b95010c72149e775106d06db798"
            },
            "downloads": -1,
            "filename": "spotify_translator-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "894e557a24f4bafe38ce34d78251587c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7129,
            "upload_time": "2024-03-20T04:13:51",
            "upload_time_iso_8601": "2024-03-20T04:13:51.925409Z",
            "url": "https://files.pythonhosted.org/packages/57/a8/08bde6432d1184a8ff0a7cb07212ac786f2dd12ef65d2792aa64bd0e291c/spotify_translator-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c19a3a9c5101c939d106582a50a19e8ef885b580daaa39c35572cb8dcf09720f",
                "md5": "f50b3c44add0384d6173beddc7883357",
                "sha256": "fa028f51cadeb607da0ea9a09296d2004648d9bce08f3411ecd115f4ed789d79"
            },
            "downloads": -1,
            "filename": "spotify_translator-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f50b3c44add0384d6173beddc7883357",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8235,
            "upload_time": "2024-03-20T04:13:53",
            "upload_time_iso_8601": "2024-03-20T04:13:53.144246Z",
            "url": "https://files.pythonhosted.org/packages/c1/9a/3a9c5101c939d106582a50a19e8ef885b580daaa39c35572cb8dcf09720f/spotify_translator-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 04:13:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hajin-park",
    "github_project": "spotify-translator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spotify-translator"
}
        
Elapsed time: 0.20020s