Metadata-Version: 2.1
Name: gitarootools
Version: 0.1.4
Summary: command line tools to work with Gitaroo Man game data
Home-page: https://github.com/boringhexi/gitarootools
License: MIT
Author: boringhexi
Author-email: boringhexi@pm.me
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: importlib_resources (>=3.3.0,<4.0.0); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: pillow (>=8.0.1,<9.0.0)
Requires-Dist: tomlkit (>=0.7.0,<0.8.0)
Project-URL: Repository, https://github.com/boringhexi/gitarootools
Description-Content-Type: text/markdown

# gitarootools — command line tools to work with Gitaroo Man game data
 
*Gitaroo Man* is a rhythm action video game for PlayStation 2. This set of tools allows
you to work with data from the game, converting game files to more viewable formats. In
some cases, files converted this way can be edited, converted back to a game format, and
reinserted into the game.

## Installation
The easiest way to install `gitarootools` is to use `pip`:
```bash
pip install gitarootools
```

## Usage
See each tool's help and usage by running
```bash
gm-<toolname> -h
```

## Included tools
### Archive

**`gm-xgmpack`**: pack files into an XGM container

**`gm-xgmunpack`**: unpack files from an XGM container

### Audio

**`gm-imcpack`**: pack subsongs into an IMC audio container

**`gm-imcunpack`**: unpack subsongs from an IMC audio container

**`gm-subsongconv`**: convert a subsong to another format

**`gm-subsong2[subimc|wav]`**: convert multiple subsongs to the specified format

### Image

**`gm-imx2png`**: convert IMX images to PNG

**`gm-png2imx`**: convert PNG images to IMX

## Resources
* [Gitaroo Pals](https://discord.gg/ed6P8Jt) Discord server for help and support
* [Issue Tracker](https://github.com/boringhexi/gitarootools/issues)
