An open API service indexing awesome lists of open source software.

https://github.com/jontsai/pychopro

Utilities for manipulating, converting, and rendering ChoPro/ChordPro text.
https://github.com/jontsai/pychopro

chopro chordpro chords lyrics music

Last synced: 6 months ago
JSON representation

Utilities for manipulating, converting, and rendering ChoPro/ChordPro text.

Awesome Lists containing this project

README

          

# pychopro
[![PyPI version](https://badge.fury.io/py/chopro.svg)](https://badge.fury.io/py/chopro)
[![Build Status](https://travis-ci.org/jontsai/pychopro.svg?branch=master)](https://travis-ci.org/jontsai/pychopro)

Utilities for manipulating, converting, and rendering ChoPro/ChordPro text.

## Author

[Jonathan Tsai (jontsai)](https://github.com/jontsai)

## How It Works

[ChoPro](https://en.wikipedia.org/wiki/ChordPro) aka [ChordPro](http://www.chordpro.org/) is a "[simple text format for the notation of lyrics and chords](http://www.chordpro.org/chordpro/ChordPro-File-Format-Specification.html)."

This project contains a script [`chopro2html`](https://github.com/jontsai/pychopro/blob/master/chopro/chopro2html.py) that can convert Chordpro files like [this](https://raw.githubusercontent.com/jontsai/pychopro/master/demo/twinkle_twinkle_little_star.chopro) into HTML files that look like [this](http://jontsai.github.io/pychopro/demo/twinkle.html).

## Inspiration

*
*

## License

[MIT](https://github.com/jontsai/pychopro/blob/master/LICENSE)