import - How to insert an image in python -
how import or insert image using python.basically want know how import image , how select file , folder in using python.
install pil(python image library) :
then:
import image myimage = image.open("your_image_here"); myimage.show();
Comments
Post a Comment