I started to learn python a week ago and want to write a small program that converts a email to a image (.png) so that it can be shared on forums without risking to get lots
The first 3 lines are not complete, when I'm not wrong. The correct code would be:
from PIL import Image from PIL import ImageDraw from PIL import ImageFont