Let's look at the interesting parts of the implementation in order. The tkinter `Text` widget can represent the end of a line as `line.end`. self.text_area.mark_set("insert", f"{row}.end") I was able ...