summaryrefslogtreecommitdiffstats
path: root/generate_fonts.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-11-10 21:21:07 -0800
committeryum <yum.food.vr@gmail.com>2022-11-10 21:21:07 -0800
commit772b44806a5f5da11cca74c99b59c3cf7d5ceae5 (patch)
treeaba2f690b4be58aaa4c0c0f26443ba5085deca63 /generate_fonts.py
parent2efc87a7180ec6e92127d22d1a3eb8c44fd392db (diff)
License scrub
Begin auditing dependencies' licenses.
Diffstat (limited to 'generate_fonts.py')
-rw-r--r--generate_fonts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/generate_fonts.py b/generate_fonts.py
index 3c3ffb0..6564c09 100644
--- a/generate_fonts.py
+++ b/generate_fonts.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+# python3 -m pip install pillow
+# License: HPND license.
from PIL import Image, ImageFont, ImageDraw
import math