Metadata-Version: 2.0
Name: chopro
Version: 0.2.0
Summary: Utilities for manipulating, converting, and rendering ChoPro/ChordPro text
Home-page: https://github.com/jontsai/pychopro
Author: Jonathan Tsai
Author-email: hello@jontsai.com
License: MIT
Keywords: chopro chordpro music lyrics chords
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: General
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Provides-Extra: dev
Provides-Extra: test

# 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

* <http://webchord.sourceforge.net/>
* <https://pypi.python.org/pypi/pychord>

## License

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


