A Python library for rendering ASS subtitle file format using libass.
pip install --user ass-renderer
# Clone the repository:
git clone https://github.com/bubblesub/ass_renderer.git
cd ass_renderer
# Install to a local venv:
poetry install
# Install pre-commit hooks:
poetry run pre-commit install
# Enter the venv:
poetry shell
This project uses poetry for packaging, install instructions at poetry#installation