Why get(), delete() and insert() are not working? I’m trying to create a simple calculator with Tkinter
I’m learning Tkinter and I want to create a very simple calculator with it. But since get(), delete(), and insert() are not in blue (which I think they are not working correctly and I don’t know why), the program is not working.
Function in tkinter’s .bind(, function) is called too early?
Hello stackoverflowers,
How to share values from sub window to main window without destroying the sub window in tkinter python
I am working on a program which could take input from user in sub window and display a coloured label with width inputted to it. But I can’t get the idea to take the input without destroying the sub window