I wonder if there is a package or example that display graphs that are created by Graphviz using PyGraphviz, in tkinter My investigation: My graphs can be rend
The following code displays a file dialog, returning a file_path string that I may then use to, for example, import a csv directly into a pandas dataframe. util
I’m writing a program to help me solve small puzzles, like Sudoku. I’m a newbie at Python and am just starting to use matplotlib and tkinter. I&rsqu
I have created an application that required to use the place() manager. I tried using pack() and grid() but after many tries and lots of effort it did not work
How do I use a variable that I declared inside a function outside one. Do I have to declare a function first and then use it? Using global doesn't work, so what
This is a little replica of my app where I've numerous text widget create with a for loop; I've also create a search entry and option to highlight the context i
I've been trying to pass data from an entry box inside a function to another function but the entry.get() function seems to be returning nothing. here is a part
I have a problem with font smoothing AKA anti-aliasing not working. I have provided a small Tkinter test code snippet that shows a grid of Tkinter labels that s
I am making a GFC (Greatest Common Factor) calculator with GUI, but my current code only works with a return statement, and tkinter doesn't ac
I've been working on learning more about the Canvas() widget in tkinter, so I decided to build a simple paint app just for practice. To achieve this, I created
My code below is to be used in a GUI that has two buttons. One to ask the user to locate a txt file, the other to run a function using that file to clean the da
I've used this question but can't seem to do it again later. I call it with root.after later but then it does nothing. my code is: class Custo
In my tkinter project I've created an Entry, a Label and two Buttons for each of the line in my line list using a for loop. I've also saved them in a list when
this is the code , i get always a 0 as a returned value, can anyone help me to extract that value and use it for further calculations , i'm new in python espess
I have this case. There are 3 dropdown lists A,B,C. List A is independent. List B depends on value select in List A. List C depends on value selected in List B.
I'm trying to create a tkinter GUI that presents the 10 processes that are taking up the cpu, refreshing it every 2 seconds, similar to top, on the linux comman
I'm coding a brainfuck compiler and im having trouble updating the text color, as I want different symbols to have a different color depending on what they are.
I have programmed an App with Tkinter on Python, that reads out a number of consecutive XML-protocols of a (literary) writing process and visualizes the same pr
So I have a class that just creates a gui with a text box to type into. I would like to store multiple of these objects and their content that is entered by the
I am making a restaurant menu program that pulls items and their attributes from a .json file, and then allows users to add them to a cart and export an order (