Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 610 Bytes

README.rst

File metadata and controls

27 lines (18 loc) · 610 Bytes

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>)>