.. function:: boolean_dialog Syntax: .. code-block:: python h.boolean_dialog("label", ["accept", "cancel"]) Description: Pops up a dialog window at the center of the ...
Copy the tkFontBox.py file into your current directory . In your python program, just import it like this. from tkFontBox import FontChooser In your python program of tkinter Application, wherever you ...