What is the easiest way to show a .jpg or .gif image from Python console?
.jpg
.gif
I\'ve got a Python console program that is checking a data set wh
You cannot display images in a console window. You need a graphical toolkit such as Tkinter, PyGTK, PyQt, PyKDE, wxPython, PyObjC or PyFLTK. There are plenty of tutorial how to create siomple windows and loading images iun python.