https://github.com/kenny2github/chparse
Parse Clone Hero charts with ease!
https://github.com/kenny2github/chparse
clonehero parser
Last synced: 11 months ago
JSON representation
Parse Clone Hero charts with ease!
- Host: GitHub
- URL: https://github.com/kenny2github/chparse
- Owner: Kenny2github
- License: gpl-3.0
- Created: 2018-05-03T08:40:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T17:34:39.000Z (about 3 years ago)
- Last Synced: 2024-10-17T06:51:10.508Z (over 1 year ago)
- Topics: clonehero, parser
- Language: Python
- Size: 34.2 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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"...
.. code-block:: python
>>> import chparse
>>> with open('notes.chart') as chartfile:
... chart = chparse.load(chartfile)
>>> chart.instruments[chparse.EXPERT][chparse.GUITAR][0]
)>