AvanindraC / Powerplayer

A python based terminal music player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powerplayer

https://pypi.org/project/powerplayer/ A python based terminal music player Inspired by Pauloo27's Tuner

OS

Tested in Windows 10(x86_64) Should work in MAC and Linux

Installation

Prerequisites

  • VLC Media Player
  • Python ^3.7

Windows

Open the powershell and type pip install powerplayer pip uninstall youtube_dl && pip install git+https://github.com/ytdl-org/youtube-dl.git@master#egg=youtube_dl

Linux/Mac

Open the terminal and type pip3 install powerplayer pip3 uninstall youtube_dl && pip3 install git+https://github.com/ytdl-org/youtube-dl.git@master#egg=youtube_dl

Usage

After installation, type pplay in the terminal It is fine if the output is this image

Then to play music from youtube, type

pplay yt songname

The output should look like this

image

About

A python based terminal music player

License:MIT License


Languages

Language:Python 100.0%