Skip to content

Docmine17/ZSO-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZSO Converter

Icon

A modern and lightweight application to compress and decompress PS2 games in ZSO (ZISO) format, built with GTK 4, LibAdwaita and Vibe Codding using Antigravity IDE

✨ Features

  • Native and Modern: Visuals following GNOME standards (Adwaita).
  • Easy to Use: Drag and drop files or entire folders.
  • Multiprocessing: Accelerated compression using all processor cores.
  • Secure: Sandboxed execution via Flatpak, using XDG Portals.

Screenshot1

🚀 How to Use

Prerequisites

  • Linux with Flatpak support.
  • flatpak-builder (to compile).

Installation and Execution

# 1. Compile and install (User mode)
make

# 2. Run
make run

# 3. Generate .flatpak Bundle (for distribution)
make bundle

# 3. Clean build files
make clean

Note: When running, select the destination folder for conversion. The app will automatically filter duplicate or invalid files.

🛠️ Technologies

  • Python 3
  • GTK 4 + LibAdwaita
  • LZ4 (Compression)

📜 Credits