chopin

chopin is a chopin package


License
MIT
Install
pip install chopin==0.2.0

Documentation

chopin

This repository is intended to make it easier to use the Chopin's compositions. It does not follow any coding conventions :)

How to Install

$ pip install chopin

Requires

$ pip install requests youtube_dl bs4 lxml

How to Use

  • Example
from chopin import Chopin

ch = Chopin(force=True, output=True, semaphore=12)
compo = ch.random_get()
compo.links[0].download("./foo.mp3")