Skip to content
joric edited this page Jun 15, 2026 · 108 revisions

Welcome to the CUE4Parse-Python wiki!

It's already a fully-functional replacement for CUE4Parse.CLI that doesn't need building and supports scripting.

Use pip install cue4parse to install. Run cue4parse for CLI. Use Python for scripting.

Development

You can install it locally with pip install -e . --force in the repository root.

If you fork it and make your own PyPi project it uploads automatically on toml version change, you just have to add trusted publishing in the project settings.

CLI supposed to be extendable with import cue4parse.cli as cli, working on it.

Clone this wiki locally