ass_renderer

A Python library for rendering ASS subtitle file format using libass.

Installation

pip install --user ass-renderer

Contributing

# 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 for packaging, install instructions at poetry#installation

GitHub

View Github