If you have installed on your computer a Python interpreter with the
pip
package manager, you can easily install PyTamaro:
pip install pytamaro
We execute your code in an enviroment with
Python 3.12 and
pytamaro
version
0.7.0
. For the text in your graphics, you can use these fonts:
This activity features examples in Python that make use of the available fonts.
In February 2023, we released a new version of PyTamaro that includes some breaking changes to the API to improve the consistency of the library and its error messages.
We advise to upgrade to the latest version of PyTamaro (
pip install --upgrade pytamaro
).
The documentation for the older version of PyTamaro (years 2022 and before)
is still available.
For a detailed list of the changes, see
this changelog.