Skip to content

miha53cevic/music.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

music.py

Usage

Playing a music file (.ogg .mp3)

    music song.mp3

Result

    music song.mp3

    Playing... ./song.mp3 at volume: 1.0
    -------------------------------------
    >> Time: 00:53 - 01:00

Options

--volume

    music song.mp3 --volume 0.5

--random

Plays a random song inside a given folder (default only .mp3)

    music ${somefolder} --random

--extension

    music ${somefolder} --random --extension mp3

Used together with random to specify which extension to look for (default .mp3)

Install

    cd musicpy
    pip3 install .

About

Minimal terminal mp3 player

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages