python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to read the text below the mouse when clicking on a tkinter Text widget and paste it in an Entry widget?
I am writing a program that pulls data from a server. Initially, the program asks the server to print the data available for a specific day. The output on the Text widget is shown in the for loop:
def...
AndreaPython
Votes: 0
Answers: 1
How can I fix this function to make it read a string passed by the user as a path and not as something else on python? tkinter related
I developed a program that will ask the user for the Profile Path of Chrome Browser (it can be obtained by typing chrome://version/ in the address bar of Chrome Browser), the user will have to copy an...

NoahVerner
Votes: 0
Answers: 1
How to display the same word in tkinter python
I am new in tkinter. I tried to code the program which display the same words in a window (with a txt file). I am trying but I can't do it. So I came here for asking.
Here is my code:
from tkinter imp...
surrealduck
Votes: 0
Answers: 0
Tkinter text block size
I'm recently working on a task, but I've encountered some problems. The result I want is this:
The problem is:
The "place to type", should be immediately after my text, regardless of how lo...

user16437736
Votes: 0
Answers: 0