Skip to main content

A simple package to create, edit, compile files in the ChordPro file format.

Project description

pychordpro

pychordpro is a simple Python package that allows to easly interact with the ChordPro file format.

Installation

To install the package you can simply type:

pip install pychordpro

Example Usage

import pychordpro

song = Song(filename='mysong.cho', notes='latin')
song.open()

print(song.read())

song.transpose(1)
song.config('config.json')

song.compile()

Methods

All the functions and methods are basically Python transcriptions of the command line options for ChordPro, so you will have to install the ChordPro file transformation program as well.

However you can easily see the source code here.

ChordPro installation guides for:

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pychordpro-0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page