A short but terribly written python program to convert ttf or otf fonts into hexfonts for OC.
python3 font2oc.py <fontname> [font size] [x offset] [y offset]
font size should be around 12-13 in most cases, as it fits best.
The resultant font.hex is places in the current working directory.
Pygame
Requests