Questions tagged [tk-toolkit]

The Tk toolkit is a versatile GUI toolkit created for use with dynamic languages, originally Tcl but also compatible with Perl and Python.

Learn how to control multiple buttons using a single function in customizing Tkinter interface

I've been working on creating a grid of buttons that change their parameters or toggle when pressed. Unfortunately, I have been struggling to differentiate each button in order to modify their properties using self.button.config(). I've also been trying to ...

The error message "No module named Image" is indicating that there is a missing module in the specified file path build/exe.win-amd64-3.6/scipy/misc

I am working on a Python application for image processing that will be compiled into an EXE file. My tools of choice are tkinter and cx_Freeze. However, I have encountered an error during the process. https://i.stack.imgur.com/ThRs4.jpg Below is the con ...