songsheet

Parses songsheet strings


Keywords
music, lyrics
License
MIT
Install
pip install songsheet==0.7a0

Documentation

Build Status

Documentation Status

songsheet

Why?

Songsheets are simple documents outlining a song's lyrics and chord progression. This package enables easy normalizing and parsing of songsheet text into machine-readable JSON and back again.

For more see https://songsheet.readthedocs.io/en/latest/.

Requirements

Python 3.6+

Development

$ git clone https://github.com/kahunacohen/songsheet.git
$ cd songsheet
$ virtualenv -p python3.7 env && . env/bin/activate
$ py.test -v