Metadata-Version: 2.4
Name: igipy
Version: 0.1.2
Summary: Reverse engineering tools for 'Project IGI' game
Author-email: "artiom.rotari" <artiom.rotari@ebs-integrator.com>
Requires-Python: >=3.13
Requires-Dist: pydantic-settings>=2.10.0
Requires-Dist: pydantic>=2.11.7
Requires-Dist: tabulate>=0.9.0
Requires-Dist: typer>=0.16.0
Description-Content-Type: text/markdown

# IGI Tools

**igipy** is a CLI application built on top of python for converting game files from `Project I.G.I: I'm going in` (or simple - IGI 1) formats into standard (common used) formats.

## Features

- Extract files from `.res` archives
- Decompile `.qvm` files
- Convert `.wav` into regular Waveform. Including ADPCM encoded files.


# Installation

This package requires `python 3.13` (at least it is developed and tested on this python version).

To install the package itself, run:

```
pip install --upgrade igipy
```

# Quickstart

Create somewhere on your PC a folder where you want to extract game files. Open PowerShell and run:

```
python -m igipy version
```
