A small Python library and CLI for rendering "pixel"-style text images. Use any font you want.
Install directly (uvx / pipx) — no clone required:
# via uvx (uv's transient runner)
uvx mono-pixel --help
# via pipx (isolated user install)
pipx install mono-pixelFrom source (clone):
# clone the repo
git clone https://github.com/czy014/mono-pixel.git
cd mono-pixel
# install with uv
uv sync
uv run mono-pixel --help
# or install globally with pip
pip install .
mono-pixel --help# just use
mono-pixel runIt will initiate an interactive mode to guide you through passing in some necessary parameters.
If you need a pure command-line, please refer to Usage.
Check out the Gallery to see mono-pixel in action with different pixel fonts!
License
This project is available under the terms described in the LICENSE.txt file.