diff options
| author | yum <yum.food.vr@gmail.com> | 2022-11-10 21:21:07 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-11-10 21:21:07 -0800 |
| commit | 772b44806a5f5da11cca74c99b59c3cf7d5ceae5 (patch) | |
| tree | aba2f690b4be58aaa4c0c0f26443ba5085deca63 /generate_fonts.py | |
| parent | 2efc87a7180ec6e92127d22d1a3eb8c44fd392db (diff) | |
License scrub
Begin auditing dependencies' licenses.
Diffstat (limited to 'generate_fonts.py')
| -rw-r--r-- | generate_fonts.py | 2 |
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 |
