tubemp3


Nametubemp3 JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/reinanbr/tubemp3
SummaryLibrary for getting music and video in high quality from YouTube
upload_time2024-10-18 21:27:54
maintainerNone
docs_urlNone
authorReinan Br
requires_pythonNone
licenseMIT License
keywords video mp3 m4a mp4 youtube music download
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align='center'>TubeMp3</h1>
<p align='center'>

<br/>
<a href="https://github.com/perseu912"><img title="Autor" src="https://img.shields.io/badge/Autor-reinan_br-blue.svg?style=for-the-badge&logo=github"></a>
<br/>
<p align='center'>
<!-- github dados -->
<!-- sites de pacotes -->
<a href='https://pypi.org/project/tubemp3/'><img src='https://img.shields.io/pypi/v/tubemp3'></a>
<a href='#'><img src='https://img.shields.io/pypi/wheel/tubemp3'></a>
<a href='#'><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/tubemp3"></a>
<img alt="PyPI - License" src="https://img.shields.io/pypi/l/tubemp3?color=orange">
<br/>


<img src='https://img.shields.io/badge/system-linux%20%7C%20deb-brightgreen'>

<img alt="GitHub Pipenv locked Python version" src="https://img.shields.io/github/pipenv/locked/python-version/perseu912/tubemp3">

<br/>
<!-- outros premios e analises -->
<!-- <a href='#'><img alt="CodeFactor Grade" src="https://img.shields.io/codefactor/grade/github/perseu912/noawclg?logo=codefactor">
</a> -->
<!-- redes sociais -->
<a href='https://instagram.com/reysofts/'><img src='https://shields.io/badge/insta-reysofts-darkviolet?logo=instagram&style=flat'></a>

</p>
</p>
<p align='center'> <b>Library for getting music from YouTube</b></p>
<hr/>

## Instalation

```sh
pip3 install tubemp3 -U
```


## Examples:


music info
```py
from tubemp3.api import search_music

query = "like a player wolverine deadpool chor"
music = search_music(query)[0]
```

api Deizer
```
from tubemp3.api_deizer import get_info_music


music1 = get_info_music('the landing first man')

for key, value in music1.items():
    print(f"{key}: {value}"
```

Download
```py
from tubemp3.api import search_music                                                                        
from tubemp3.file import download                                                                           

query = "like a player wolverine deadpool chor"

music = search_music(query)[0]
download(music)
```


<hr>
<br>
<br>
<img src="https://reysofts.com.br/engine/libs/save_table_access_libs.php?lib_name=tubemp3">

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/reinanbr/tubemp3",
    "name": "tubemp3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "video mp3 m4a mp4 youtube music download",
    "author": "Reinan Br",
    "author_email": "slimchatuba@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "<h1 align='center'>TubeMp3</h1>\n<p align='center'>\n\n<br/>\n<a href=\"https://github.com/perseu912\"><img title=\"Autor\" src=\"https://img.shields.io/badge/Autor-reinan_br-blue.svg?style=for-the-badge&logo=github\"></a>\n<br/>\n<p align='center'>\n<!-- github dados -->\n<!-- sites de pacotes -->\n<a href='https://pypi.org/project/tubemp3/'><img src='https://img.shields.io/pypi/v/tubemp3'></a>\n<a href='#'><img src='https://img.shields.io/pypi/wheel/tubemp3'></a>\n<a href='#'><img alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dm/tubemp3\"></a>\n<img alt=\"PyPI - License\" src=\"https://img.shields.io/pypi/l/tubemp3?color=orange\">\n<br/>\n\n\n<img src='https://img.shields.io/badge/system-linux%20%7C%20deb-brightgreen'>\n\n<img alt=\"GitHub Pipenv locked Python version\" src=\"https://img.shields.io/github/pipenv/locked/python-version/perseu912/tubemp3\">\n\n<br/>\n<!-- outros premios e analises -->\n<!-- <a href='#'><img alt=\"CodeFactor Grade\" src=\"https://img.shields.io/codefactor/grade/github/perseu912/noawclg?logo=codefactor\">\n</a> -->\n<!-- redes sociais -->\n<a href='https://instagram.com/reysofts/'><img src='https://shields.io/badge/insta-reysofts-darkviolet?logo=instagram&style=flat'></a>\n\n</p>\n</p>\n<p align='center'> <b>Library for getting music from YouTube</b></p>\n<hr/>\n\n## Instalation\n\n```sh\npip3 install tubemp3 -U\n```\n\n\n## Examples:\n\n\nmusic info\n```py\nfrom tubemp3.api import search_music\n\nquery = \"like a player wolverine deadpool chor\"\nmusic = search_music(query)[0]\n```\n\napi Deizer\n```\nfrom tubemp3.api_deizer import get_info_music\n\n\nmusic1 = get_info_music('the landing first man')\n\nfor key, value in music1.items():\n    print(f\"{key}: {value}\"\n```\n\nDownload\n```py\nfrom tubemp3.api import search_music                                                                        \nfrom tubemp3.file import download                                                                           \n\nquery = \"like a player wolverine deadpool chor\"\n\nmusic = search_music(query)[0]\ndownload(music)\n```\n\n\n<hr>\n<br>\n<br>\n<img src=\"https://reysofts.com.br/engine/libs/save_table_access_libs.php?lib_name=tubemp3\">\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Library for getting music and video in high quality from YouTube",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/reinanbr/tubemp3"
    },
    "split_keywords": [
        "video",
        "mp3",
        "m4a",
        "mp4",
        "youtube",
        "music",
        "download"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdc7de91f9fbfcd216fb5b17078a024af830e19c50df85ef8667dada180894fb",
                "md5": "7381685afaaebb9ab66c87b34aeb79c4",
                "sha256": "29284ec9177d1fc849e63f73c97cca693ef739decb4392651fce583c3b04b25b"
            },
            "downloads": -1,
            "filename": "tubemp3-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7381685afaaebb9ab66c87b34aeb79c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6661,
            "upload_time": "2024-10-18T21:27:54",
            "upload_time_iso_8601": "2024-10-18T21:27:54.392510Z",
            "url": "https://files.pythonhosted.org/packages/cd/c7/de91f9fbfcd216fb5b17078a024af830e19c50df85ef8667dada180894fb/tubemp3-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 21:27:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "reinanbr",
    "github_project": "tubemp3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tubemp3"
}
        
Elapsed time: 0.48238s