Metadata-Version: 2.4
Name: tilechen
Version: 0.2.0
Summary: Tilechen is a tile viewer and editor for GameBoy, GameBoy Color and GameBoy Advance ROMs.
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: bitarray>=3.8.0
Requires-Dist: numpy>=2.4.1
Requires-Dist: pyside6>=6.10.1

# Tilechen 🍰

Tilechen is a tile viewer and editor for GameBoy, GameBoy Color and GameBoy Advance ROMs.

## Feature completion

| System          | View | Edit |
|-----------------|------|------|
| GameBoy         | ✅   | ❌    |
| GameBoy Color   | ✅   | ❌    |
| GameBoy Advance | ❌   | ❌    |

## Installation
Install as `uv` tool:
```
uv tool install tilechen
```

Install from PyPi:
```
pip install tilechen
```
