66 questions
Python 3.9.5 64-bit Windows 10 Home Currently, I use Tkinter to read PDFs and create tools to edit (rotate, split, save, etc.).In the middle of that, I would like to write a code saying that clicking ...
For applications using Tkinter and Selenium, press Start to launch Chrome, press Start to launch input('>If you type something, you'll see the text of the p element on the console')Wait for to get ...
I would like to use tkinter in python to save the data I entered or referenced.If you look it up online, there is a way to save it using sql, but is there any other way?What you want to achieveClick o...
Is there a way to make something like this happen in my environment?(Is there anything other than tkinter?) [.NET] How to select multiple items in the combo box●About my environment·Python 3.9.7·tkint...
I get an error like thisException in Tkinter callbackTraceback (most recent call last): File C:\Users\81902\anaconda3\lib\tkinter\_init__.py, line 1892, in__call__ return self.func(*args) File C:\User...
Tkinter's Toplevel() allows you to create a sub-window with the main window as the parent, but is it not possible to create a sub-window with the sub-window as the parent?Please let me know if there i...
I want to focus on multiple lines in Tkinter's tree.view.For example, I want to focus only 3 and 4 from the 10 lines of tree.view list, but for some reason only 4 is focused.If you know how to select ...
Show questions tagged with python3 and
Program 1.def make_cmd(i): return lambda:buff.set(button{}pressed.format(i))button=Tkinter.Button(root, text=Button{}.format(i), command=make_cmd(i))Program 2.def make_cmd(i): return buffer.set(button...
What I want to do this time is to store the value entered in the text box from the GUI screen in an external file (a file for writing to CSV).There are two files, one is the GUI file (tkinter.py) and ...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.