Skip to content

jenskutilek/WoLiBaFoNaGen

Repository files navigation

WoLiBaFoNaGen

Word List Based Font Name Generator

Development

Install the dependencies before you can run or build WoLiBaFoNaGen, preferably in a virtual environment:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements-dev.txt

Run:

$ python3 WoLiBaFoNaGen.py

Build and debug as a Mac app:

$ make debug

Build the Mac app for distribution:

$ make dist

Outdated information

Windows

Those instructions have not been updated for Python 3 yet.

Build the Windows app:

$ pip install cx_Freeze
$ python cxsetup.py build

On Windows, some additional DLLs may be required to run the "frozen" version of the app.