Top "Tk" questions

The Tk toolkit is a scripted GUI toolkit that is designed to be used from dynamic languages (initially Tcl, but also Perl and Python).

What to use instead of NavigationToolbar2TkAgg?

When I run the following script: import tkinter as tk import matplotlib import matplotlib.pyplot as plt import matplotlib.figure …

python matplotlib tk
expect script + how to ignore strings if not appears

I write the following expect script in order to automate ssh login to remote Linux machine And run the command "…

linux bash shell expect tk
Is Tkinter worth learning?

I generally make my desktop interfaces with Qt, but some recent TK screenshots convince me Tk isn't just ugly motif …

python user-interface qt tkinter tk
Python 3 Tkinter - Messagebox with a toplevel as master?

I've found that when a toplevel widget calls a messagebox dialog (like "showinfo"), the root window is showed up, over …

python-3.x tkinter messagebox tk
Using Tk with C

I’m a C programmer with no desire to deal with C++ tool-kits, and I’m trying to build a …

c user-interface tk
Resizing window doesn't resize contents in tkinter

I'm making my first GUI application and I've run into a silly problem. Resizing the main window doesn't resize its …

python tkinter tk
Making Tk look like a native Linux app

Browsing the TkDocs website, it looks like Tk has come a long way in the "native look and feel" department. …

linux tk
Tcl/Tk examples?

Tcl/Tk is a simple way to script small GUIs. Can anyone give a nice example with a button and …

user-interface scripting tcl tk
Why do Tkinter's Radio Buttons all Start Selected When Using StringVar but not IntVar?

Here is some example code that creates 4 radio buttons, 2 using int and 2 using str : from tkinter import * class test: def __…

python python-3.x tkinter radio-button tk
PDF Viewer for Python Tkinter

I am currently looking for a possibility to display PDF Files inside a Tkinter application (displaying them e.g. in …

python pdf view tkinter tk