powerplayer

A command line interface to play music


Keywords
cli, hacktoberfest, music, music-player, python, terminal, youtube
License
MIT
Install
pip install powerplayer==0.1.2

Documentation

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

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

Then to play music from youtube, type

pplay yt songname

The output should look like this

image

Powerplayer now has playlists!

Add Command

Add Command is used to add music to playlists. It creates a playlist if one does not exist already.

The playlist is stored locally and is stored in ~/.pplay from where you can manually edit it or move it if you want

image

Clear Command

As the name suggests, the clear command clears your playlist

Playlist command

Plays the songs in your playlist, in the order they were given or randomly, based on your choice