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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -