Skip to content Skip to sidebar Skip to footer
Showing posts with the label User Interface

Draw On Python Tkinter Canvas Using Mouse And Obtain Points To A List?

I'm working on a Python application using tkinter. What I want to do is to draw on canvas coord… Read more Draw On Python Tkinter Canvas Using Mouse And Obtain Points To A List?

How To Get Python Gui To Call A Genetic Algorithm Written In C

I'm new to Stack Overflow. I have a genetic algorithm written in C that accepts user input in … Read more How To Get Python Gui To Call A Genetic Algorithm Written In C

Interactive And Nice Looking Buttons In Tkinter

I'm currently exploring Tkinter and I have a question about Button GUI. I'm looking to crea… Read more Interactive And Nice Looking Buttons In Tkinter

Gray Out A Frame After Clicking A Radiobutton Tkinter

i have this code, i'm trying to make the the first frame to gray out once the user click one of… Read more Gray Out A Frame After Clicking A Radiobutton Tkinter

Assigning Items From Dictionary's Set To A Combobox

My plan was to create a combobox with the names of individuals, so that user can select a name from… Read more Assigning Items From Dictionary's Set To A Combobox

How Can I Update Entry Without A "submit" Button In Tkinter?

So I have Entries which have some values assigned to them from a CFG File. I want to modify the CFG… Read more How Can I Update Entry Without A "submit" Button In Tkinter?