19 lines
395 B
Python
19 lines
395 B
Python
|
|
"""
|
||
|
|
:mod:`chipchune` is a Python library for manipulating several
|
||
|
|
different kinds of chiptune music files.
|
||
|
|
|
||
|
|
Currently supports:
|
||
|
|
- Furnace (:mod:`chipchune.furnace`) (almost!)
|
||
|
|
|
||
|
|
Plans to support:
|
||
|
|
- DefleMask (:mod:`chipchune.deflemask`)
|
||
|
|
- FamiTracker (:mod:`chipchune.famitracker`)
|
||
|
|
|
||
|
|
### Installation
|
||
|
|
|
||
|
|
`pip install git+https://github.com/ZoomTen/chipchune@master`
|
||
|
|
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.0.1"
|