# Flip an image image = pygame.image.load('image.png') flipped = pygame.transform.flip(image, True, False)