0

How do I insert an image using python3???

I'm doing a project on coding and I'm new to python3 could someone tell me the code to insert an image?

4th Oct 2018, 5:01 PM
MitoSamaCodes
MitoSamaCodes - avatar
2 odpowiedzi
4th Oct 2018, 8:34 PM
Mert Yazıcı
Mert Yazıcı - avatar
+ 3
What do you mean by inserting an image? Do you want to display it onscreen? If so, then you should use any GUI (graphic user interface) supporting library. Mind though, that none of them are available on Sololearn. You might use Python within Web, as in a sample below, but for mere purpose of displaying an image on the screen a webcode itself would be most adequate here. https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app https://code.sololearn.com/W5AkfURLIyrp/?ref=app
4th Oct 2018, 8:02 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar