/garlic-butter

Primary LanguagePythonMIT LicenseMIT

Garlic Butter

Build Container CodeFactor

Pokemon - Yellow Version - Special Pikachu Edition

A game art generator for SBC computing type devices. uses the Libretro Thumbnails archive.

Warning

This is alpha software - use at your own risk.

Running

Docker/Podman

docker run -it --rm -v "$(pwd):/app" ghcr.io/soup-bowl/garlic-butter:latest /app --help

Works on both AMD64 and ARM64, and don't change /app in the command.

Without

To traditionally build and run, you will need Python 3.12 or greater, and Poetry.

poetry install
poetry run python -m butter --help

Related