from fake import FAKER

png_bytes = FAKER.png(size=(500, 500), color=(127, 127, 127))
