Metadata-Version: 2.1
Name: powerplayer
Version: 0.1.9
Summary: A command line interface to play music
Home-page: https://github.com/AvanindraC/Powerplayer
License: MIT
Author: Avanindra Chakraborty
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: click-help-colors (>=0.9.1,<0.10.0)
Requires-Dist: pafy (>=0.5.5,<0.6.0)
Requires-Dist: playsound (>=1.2.2,<2.0.0)
Requires-Dist: python-vlc (>=3.0.12118,<4.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: youtube-search (>=2.1.0,<3.0.0)
Requires-Dist: youtube_dl (>=2021.6.6,<2022.0.0)
Project-URL: Repository, https://github.com/AvanindraC/Powerplayer
Description-Content-Type: text/markdown

# Powerplayer
https://pypi.org/project/powerplayer/
A python based terminal music player
Inspired by [Pauloo27](https://github.com/Pauloo27)'s [Tuner](https://github.com/Pauloo27/tuner)
## OS
Tested in Windows 10(x64)
Should work in MAC and Linux
## Installation
### Prerequisites

- VLC Media Player
- Python ^3.7
### Windows
Open the powershell and type
```pip install powerplayer```

### Linux/Mac
Open the terminal and type
```pip3 install powerplayer```

## Usage
After installation, type `pplay` in the terminal 
It is fine if the output is this
![image](https://user-images.githubusercontent.com/77975448/127959037-abe6f843-fafd-4f89-9c45-91d2bd6867b6.png)

### Then to play music from youtube, type
```pplay playfromyt songname```

The output should look like this

![image](https://user-images.githubusercontent.com/77975448/125312335-cf050180-e351-11eb-9aae-2f5d20c1df9b.png)

