Word List Based Font Name Generator
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.txtRun:
$ python3 WoLiBaFoNaGen.pyBuild and debug as a Mac app:
$ make debugBuild the Mac app for distribution:
$ make distThose instructions have not been updated for Python 3 yet.
Build the Windows app:
$ pip install cx_Freeze
$ python cxsetup.py buildOn Windows, some additional DLLs may be required to run the "frozen" version of the app.
