Skip to content

prdpx7/xplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xplay

Play songs from CLI

MITlicensed PyPI version

Installation

pip install xplay

Usage

$ xplay -h
usage: xplay [-h] [-s SET] [-g GENRE [GENRE ...]] [-a ARTIST [ARTIST ...]]
             [-t TITLE [TITLE ...]]

Play any song from terminal

optional arguments:
  -h, --help            show this help message and exit
  -s SET, --set SET     set music_dir folder, default is ~/Music/
  -g GENRE [GENRE ...], --genre GENRE [GENRE ...]
                        play song of the given genre
  -a ARTIST [ARTIST ...], --artist ARTIST [ARTIST ...]
                        play song of the given artist
  -t TITLE [TITLE ...], --title TITLE [TITLE ...]
                        play song of the given title

Screencast

GithubSnap

Related

Releases

No releases published

Packages

No packages published

Languages