Kit Generator GUI for PyKotor CLI - generates Holocron-compatible kits from KOTOR module files (RIM/ERF).
This is a shim package that provides a standalone GUI entry point. The core functionality is in pykotor.cli.commands.kit_generate.
End users (use --refresh for latest):
uvx --refresh pykotor kit-generate --help
uvx --refresh pykotor kit-generate --guiDevelopers (local source):
uvx --with-editable Libraries/PyKotor pykotor kit-generate --installation <path> --module <module> --output <dir>
uv run --directory Libraries/PyKotor/src --module pykotor kit-generate --installation <path> --module <module> --output <dir>Without uv (activated venv): pip install kit-generator or pip install -e Tools/KitGenerator
uvx --refresh pykotor kit-generate --gui
# or: python -m kitgenerator when installed via pipuvx --refresh pykotor kit-generate --installation <path> --module <module> --output <dir>- Extract kit resources from KOTOR module files (RIM/ERF)
- Generate Holocron-compatible kit structures
- Interactive GUI for selecting installation, module, and output directory
- Headless CLI mode for automation
LGPL-3.0-or-later