The T2WML API: A programmatic way of using T2WML Installing the API and using within code Installing the T2WML API make a fresh virtual environment pip install --extra-index-url https://pypi.fury.io/theresearchsoftwarecompany/ t2wml-api You can now use from t2wml import... to write code (see the API guide)