I'm looking for a way to copy a selected text in a tkinter.scrolledtext
and paste it automatically in an Entry
.
Means, Every time a user selects a text it will be added to the tkinter Entry
automatically.
Any suggestions? specially on how to get the selected text.