Skip to main content

Parse Clone Hero charts with ease!.

Project description

chparse - Parse Clone Hero charts with ease!

Installation

Install the stable build via:

pip install chparse

Or install the latest development (unstable) build via:

git clone https://github.com/Kenny2github/chparse.git
cd chparse
python setup.py install

Example Usage

Assuming your .chart file is named “notes.chart”…

>>> import chparse
>>> with open('notes.chart') as chartfile:
...     chart = chparse.load(chartfile)
>>> chart.instruments[chparse.EXPERT][chparse.GUITAR][0]
<Note: 0 = N 3 0 (<Flags.NONE: 0>)>

Project details


Download files

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

Source Distribution

chparse-0.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

chparse-0.0.2-py3-none-any.whl (19.9 kB view hashes)

Uploaded Python 3

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