Project Init

This commit is contained in:
2025-09-15 19:32:58 -06:00
parent 715a0daa59
commit 1f2db5bd23
3 changed files with 152 additions and 0 deletions

View File

@@ -1,2 +1,17 @@
# python-bzz
A Python library for decompressing and compressing BZZ files that were originally created for a couple of old PS1 games.
## Notice
This project is VERY work-in-progress
## Features
It supports the following features:
-
I hope to add the following:
- Extract/decompress BZZ files
- Compress files into BZZ format
(I did say it was a work in progress)
## Why did I start this?
To support mods for the PS1 game, The Grinch; especially Archipelago randomizer support. For more information on Archipelago, please go [here](https://archipelago.gg/)