Skip to content

Kenny2github/chparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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