Python package that allows to transform an image to use PICO-8's color palette.
cd p8fy
pip install -r requirements.txt
pip install .
import p8fy
image = p8fy.image(path = "/path/to/image.png",
importable = True,
saturation = 2.0,
rgb_weights_preset = 0)
Released under MIT license. See LICENSE for details.