Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tk

Python: Getting Started With Tk, Widget Not Resizing On Grid?

I'm just getting started with Python's Tkinter/ttk and I'm having issues getting my wid… Read more Python: Getting Started With Tk, Widget Not Resizing On Grid?

How Can You Display An Image On A Gui Using Tk In Python2.7

i need away to be able to show an image when i run the python code in its gui form if possible. Als… Read more How Can You Display An Image On A Gui Using Tk In Python2.7

Tkinter Window Get X, Y, Geometry/coordinates Without Top Of Window

I am using tk in python (3), though I'd assume that this applies to any language. I am looking … Read more Tkinter Window Get X, Y, Geometry/coordinates Without Top Of Window

Global Variable Issues With Tkinter Python

I am trying to create a simple interface to access the name array with first, last, previous and ne… Read more Global Variable Issues With Tkinter Python

Tkinter - Define "custom Colors" For Colorchooser

I am currently using a colorchooser from tkinter in a project to allow the user to choose a custom … Read more Tkinter - Define "custom Colors" For Colorchooser

Tkinter Gui Not In Proper Place

I am trying to create a Tkinter GUI a grey box with a label at the top, then below that a drop down… Read more Tkinter Gui Not In Proper Place

Matplotlib Figure Does Not Continue Program Flow After Close Event Triggered Inside Tk App

I've come across a really annoying difference between how windows and mac handles a python tk w… Read more Matplotlib Figure Does Not Continue Program Flow After Close Event Triggered Inside Tk App

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() ....… Read more Tkinter: Windows Without Title Bar But Resizable

How To Save Text From A Text-widget Tkinter To A .doc Using Asksaveasfile?

I want to save some stuff I entered in a Text widget to a .txt or .doc format, using an asksaveasfi… Read more How To Save Text From A Text-widget Tkinter To A .doc Using Asksaveasfile?

Widget To Display Subprocess Stdout?

I have a python based tkinter script which executes some commands using subprocess module. I need t… Read more Widget To Display Subprocess Stdout?

Tkinter - Run Function After Frame Is Displayed

The code below has an onShowFrame function in the OtherPage class that runs when the OtherPage fram… Read more Tkinter - Run Function After Frame Is Displayed

How To Run Two Parallel Scripts From Tkinter?

With this code I was able to create a TK Inter pop-up with a button to run a Sample_Function. This … Read more How To Run Two Parallel Scripts From Tkinter?