Skip to content

Instantly share code, notes, and snippets.

View RafalBuchner's full-sized avatar
👋
Hello

Rafał Buchner RafalBuchner

👋
Hello
  • Typotheque
  • Poland
View GitHub Profile
@RafalBuchner
RafalBuchner / build_the_build.py
Last active August 11, 2023 19:06
script that creates the build.py file based on roboFontExt stored in /build directory
import os
import plistlib
def createBuildTxt(path):
infoPath = os.path.join(
path,
"info.plist"
)

installing python for Glyphs 3

  1. Download the latest version of Python from python.org. (In our example it will be Python 3.12.3)

  2. Install Python with downloaded .pkg file

  3. open the terminal app which you can find in /System/Applications/Utilities/ folder

  4. install vanilla by copy/pasting following code and hitting enter: python3.12 -m pip install cocoa-vanilla