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).

Install tkinter and python locally

I work with linux on a servies. And I don't have the root privilege. I installed the python-3.2.3 locally to "/…

python linux tkinter tcl tk
board-drawing code to move an oval

I am working on a python checkers game for college. I have the board drawn, using tk, but I can't …

python tkinter tk python-2.7
Intercept event when combobox edited

I'm using a ComboBox as part of a larger GUI, written in python/tkinter. When the drop-down selection is changed, …

python tkinter tk
Why import * and then ttk?

My understanding is that the standard set-up for a tkinter program starts off like this: from tkinter import * from tkinter …

python-3.x tkinter tk
Scaling of Tkinter GUI in 4k (3840*2160) resolution?

I use LinuxMint 17.3 Cinnamon in VirtualBox, 1920*1080 resolution is used in this machine, the Hi-DPI option is turned on. The host …

python python-2.7 tkinter tk
version conflict for package "Tk": have 8.5.2, need exactly 8.5.15

I am trying to compile a program (python2.7) but no matter what I do I keep getting this error: C:/…

python python-2.7 tcl tk
Should I use Perl/Tk, Tcl::Tk or Tkx for a Perl GUI?

I really like Perl/Tk, but have come to the opinion that it's DOA. I think Tcl::Tk and Tkx …

perl user-interface tcl tk tkx
Tkinter OpenGL context in Python

I need to create an OpenGL context in Tkinker, for using it with PyOpenGL Python module. Tkinker doesn't natively support …

python opengl tkinter tk
Tkinter: windows without title bar but resizable

What I know is if I want to create a window without title bar, I can write root = Tk() ........ root.…

python resize tkinter tk titlebar
Tkinter changing the select background color on an unfocused Text widget

I am trying to change the default background color for selected text in a Tkinter Text widget on Mac OS …

python colors tkinter tk ttk