如何在Python中打开gif?

时间:2014-04-01 19:31:51

标签: python python-2.7 gif animated-gif

我想知道是否可以使用Python播放动画gif。我只是想显示一组它们并以一定的间隔迭代。我想知道在python中打开它们的最佳路径是什么。是否可以使用预览(我使用Mac)或网络浏览器包打开?

1 个答案:

答案 0 :(得分:0)

你可以在python中使用Tkinter库来做到这一点。你甚至可以添加按钮,标签等。

更多信息:

https://docs.python.org/2/library/tkinter.html#a-simple-hello-world-program

http://effbot.org/tkinterbook/photoimage.htm