Skip to content

AvanindraC/Powerplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages