import – How to insert an image in python
import – How to insert an image in python
Install PIL(Python Image Library) :
then:
from PIL import Image
myImage = Image.open(your_image_here);
myImage.show();
Install PIL(Python Image Library) :
then:
from PIL import Image
myImage = Image.open(your_image_here);
myImage.show();