Installing¶
The mcfonts package can be installed through pip, as it is available on PyPI. or by downloading it manually.
mcfonts requires a minimum Python of 3.12.
From PyPI¶
mcfonts is available on PyPI. It depends on these packages:
fontTools: for saving to OpenType
Pillow: for processing font textures
tinyunicodeblock: for extra Unicode data
You do not need to install these dependencies yourself; pip will install them for you.
To install mcfonts with pip:
python -m pip install mcfonts
From source¶
You can download and install mcfonts from the source with:
python -m pip install git+https://gitlab.com/whoatemybutter/mcfonts.git