Inline GIFs with Tkinter


Version: 1.1
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.9
License:

Description - Inline GIFs with Tkinter



This recipe will let you embed GIF images inside of your source code for use in Tkinter buttons, labels, etc. It`s really handy for making toolbars, etc. without worrying about having the right icon files installed. The basic technique is to encode the GIF with Base64 and store it as a String literal in the Python code to be passed to Tk PhotoImage.



More in Python-Inline GIFs with Tkinter

Gifs With Inline Gifs With