Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 433 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 433 Bytes

PyListFm

Create local playlist from remote music tops

It requires python 3 version. To install all libraries type in terminal (python should be installed):

$ pip install -r requirements.txt

For using:

  1. Initialize config:
$ python -m pylistfm --init
  1. Configure it
  2. Create playlist
$ python -m pylistfm -a "Artist"

For testing type:

$ python -m unittest discover ./test