Using images in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Using images in Python

Is there anyways to display images in Python(3) without using any module.

20th May 2018, 12:54 PM
Seb TheS
Seb TheS - avatar
3 Answers
+ 7
No, because Python doesn't have any visual output without some specific modules.
20th May 2018, 1:00 PM
Tim Thuma
Tim Thuma - avatar
+ 8
Every Python installation comes with a Standard Library. One of the available modules there is tkinter, with its PhotoImage class for handling and displaying image files. So it's not exactly "without using any module", but you should have no problem with this in almost every Python environment.
20th May 2018, 4:01 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
yep. cool ascii graphics like in the 80s!:)
22nd May 2018, 5:28 PM
tamaslud
tamaslud - avatar