Can photo be inserted using python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can photo be inserted using python

Python Kindly drop examples

1st Apr 2019, 7:54 AM
Orion
3 Answers
+ 12
U can use graphics libraries of python to insert photo.
1st Apr 2019, 9:24 AM
Arushi Singhania
Arushi Singhania - avatar
+ 5
Install python image library Then import Image myImage = Image.open("your_image_here"); myImage.show();
1st Apr 2019, 9:09 PM
Amir Sohail
Amir Sohail - avatar
+ 5
Use Pil with tkinter or pygame libraries
3rd Apr 2019, 5:20 AM
Dan Rhamba
Dan Rhamba - avatar