So I decided to start making a game and I was testing it a bit and then I got this error:
Traceback (most recent call last): File \"TheAviGame.py\", line
You never initialized pygame and pygame.font after importing:
pygame
pygame.font
# imports pygame.init() # now use display and fonts