Last updated:
0 purchases
assrenderer 0.4
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 poetry for packaging,
install instructions at poetry#installation
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.