[Solved] Is it possible to use greek letters in pygame?


You can use custom fonts in pygame. Just find one that uses the Greek alphabet and use that. Use pygame.font.SysFont() and load your new font and enjoy.

1

solved Is it possible to use greek letters in pygame?