Skip to content

voc/voctomix

Repository files navigation

VOCTOMIX

voctomix is a video mixing software, written in python.

We support all python versions between "latest stable" and "available in debian stable". Older python versions might work, but we don't test on those.

Developer Setup

uv venv --system-site-packages
uv sync
uv pip install pygobject-stubs --config-settings=config=Gtk3

Tests

uv run pytest

Current Documentation