Metadata-Version: 2.1
Name: YouTubeMusicAPI
Version: 1.5
Summary: YouTubeMusicAPI Version 1.5
Home-page: https://github.com/Sijey-Praveen/YouTube-Music-API
Author: Sijey Praveen
Author-email: cjpraveen@hotmail.com
License: UNKNOWN
Keywords: YouTubeMusicAPI,python youtube music api,youtube api pypi,sijey-praveen pypi,youtube api,sijey,sijey-praveen,sijey praveen projects
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<img src="https://is3-ssl.mzstatic.com/image/thumb/Purple115/v4/f6/ec/80/f6ec8014-2dcc-abd1-f3ac-d6fbebd2326c/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/230x0w.webp" width="100px">

# YouTube-Music-API

**What's new  in version 1.5?**

- Fixed API Issues.
- Auto-update Feature added.(This feature reduces the developer's time to update.)

**How It Works**
- Get Song Name from User and Play in <a href="https://music.youtube.com/">Youtube Music</a> Official website.

<hr>

## How To Use

- For Playing a song, Create the code like this:

```python
# import the module

import YouTubeMusicAPI

# Use .play for playing song

# Type The Song Name inside the brackets eg: ("Faded Alan Walker")

YouTubeMusicAPI.play("Song Name")
```
- For playing the song in VLC Media Player without downloading, Create the code like this:
```python
# import the module

import YouTubeMusicAPI

# Use .playonvlc for streaming song in VLC Media Player

# Type The Song Name inside the brackets eg: ("Faded Alan Walker")

YouTubeMusicAPI.playonvlc("Song Name")
```

<img src="https://static.wixstatic.com/media/99f884_96c1b045364c4811b381fd1b0d37aada~mv2.gif" width=800px>

<hr>

**MIT License | Copyright (c) 2021 Sijey**
```
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
```


