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.
- Host: GitHub
- URL: https://github.com/jontsai/pychopro
- Owner: jontsai
- License: mit
- Created: 2017-02-10T07:15:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T02:54:28.000Z (over 5 years ago)
- Last Synced: 2025-03-28T20:26:40.561Z (7 months ago)
- Topics: chopro, chordpro, chords, lyrics, music
- Language: Python
- Homepage: https://jontsai.github.io/pychopro
- Size: 18.6 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pychopro
[](https://badge.fury.io/py/chopro)
[](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)