Closed tmargot closed 7 months ago
Thanks for testing. This script requires Python 3.10+ for pattern matching.
Thank you @kossnikita for the reply, I updated my Python but then received the following error which I resolved by installing Pillow. On my way now, thanks again!
Traceback (most recent call last):
File "C:\Other Programs\Python\font-converter\generate.py", line 1, in <module>
from PIL import Image, ImageDraw, ImageFont
ModuleNotFoundError: No module named 'PIL'
Hi, I have been trying to get the conversion working but keep getting the following error no matter what I try. I even tried copying the font file Teko-Bold.ttf font to the same folder as the program but no success. Any help would be appreciated.