SyntaxFix
Write A Post
Hire A Developer
Questions
Install PIL(Python Image Library) :
then:
from PIL import Image myImage = Image.open("your_image_here"); myImage.show();