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

Background color for Tk in Python

I'm writing a slideshow program with Tkinter, but I don't know how to change the background color to black instead …

python tkinter tk
How to make a GUI for bash scripts?

I want to make some graphical dialogs for my script but don't know how. I hear something about GTK-Server or …

user-interface bash gtk tcl tk
How do I get rid of Python Tkinter root window?

Do you know a smart way to hide or in any other way get rid of the root window that …

python winapi tkinter tk
How to change font and size of buttons and frame in tkinter using python?

This is the code that i used to generate a simple text box and a button in tkinter. What should …

python tkinter tk
Get selected item in listbox and call another function storing the selected for it

I have a canvas that calls createCategoryMeny(x) when it is clicked. This function just creates a Toplevel() window, def …

python listbox tkinter tk
TkMessageBox - No Module

import TkMessageBox When I import TkMessageBox it displays the messsge 'ImportError: No module named 'TkMessageBox'. As far as I know …

python python-3.x tkinter tk
Tkinter.PhotoImage doesn't not support png image

I am using Tkinter to write a GUI and want to display a png file in a Tkiner.Label. So …

python linux tkinter tk
Cannot launch git gui using cygwin on windows

I used to launch git gui within my cygwin console without any problems but since I updated cygwin I've got …

git cygwin tcl x11 tk
Removing the TK icon on a Tkinter window

How to remove tkinter icon from title bar in it's window

python python-3.x tkinter tk
No matching distribution found for tkinter

I am stuck with this issue since last two days and I have tried every possible solution on the stack …

python tkinter module tk