Fontra Pak is a cross-platform, standalone, bundled Fontra application for desktop use.
Nightly builds can be downloaded from the topmost “Build Application” workflow. You need to be signed in to GitHub to be able to download.
To build, set up a Python 3.10 (or higher) virtual environment, install the requirements from requirements.txt
, then run:
pyinstaller FontraPak.spec -y
Easy!