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 pip install pygobject-stubs --config-settings=config=Gtk3,Gdk3
uv sync --dev

Tests

uv run pytest
uv run mypy -p voctocore -p voctogui

Current Documentation