0

What's the easiest way to open up a .GIF file from my directory and display it in the center of the screen for the user to see.

4

1 回答 1

0

If you are using Linux,

import os
os.system('eog {0}'.format(r'path/to/your/gif'))
于 2013-10-27T13:48:21.570 回答